diff options
author | Alexander Koskovich <zvnexus@outlook.com> | 2020-10-03 14:28:35 -0700 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-01-12 09:10:05 +0800 |
commit | 5b5c267cd2f859a26c0eb190937cfb04ba79b6e5 (patch) | |
tree | ff87010e1f3248f9ff6a6eec1ecd8b72e6e0d653 | |
parent | 047a94ab0ecd254ba28c75aa84d875bc0fd1d34f (diff) |
[DNM] Make broken copy headers the default.
* Do not take this for S unless needed, this is a hack
for this cycle.
Change-Id: I55c8897d7d4d5c2a9e62b1a931b3856b2e38956e
(cherry picked from commit 8fdef52bb4f0cb994f8dcac7e07b6759316cf0a8)
-rw-r--r-- | core/board_config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/board_config.mk b/core/board_config.mk index 1b08f9a0b4..3ad8da65a2 100644 --- a/core/board_config.mk +++ b/core/board_config.mk @@ -157,6 +157,7 @@ endif # ############################################################### $(foreach v,$(_build_broken_var_list),$(eval $(v) :=)) BUILD_BROKEN_NINJA_USES_ENV_VARS := +BUILD_BROKEN_USES_BUILD_COPY_HEADERS := true # Boards may be defined under $(SRC_TARGET_DIR)/board/$(TARGET_DEVICE) # or under vendor/*/$(TARGET_DEVICE). Search in both places, but |