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
When collecting build flags for the ninja build rule
both backend trying to add module flags to the toolchain
flags. This can provide breakage flags as all modules
ties to modify Toolchian flags.
Toolchain flags should never be changed and added to slice
before module flags and that slice should be used to build
the ninja rule.
Change-Id: I558bb11a7220b38e118f64c47f375f323d3ac3ed
0 commit comments