You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split SetupPayloadHelper out of setup_payload library (#37762)
SetupPayloadHelper uses filesystem calls, which may not be implemented when
using a standard library which does't provide such functionality (such as
libc++ on embedded targets). This change avoids compiling in the helper
functions into the library on these targets by default, as the only in-tree
consumer of these functions currently is the qrcodetool which is only built
on host.
0 commit comments