29 lines
936 B
Diff
29 lines
936 B
Diff
From 381142e1299600d7b16c77c57207732dd06536fc Mon Sep 17 00:00:00 2001
|
|
From: Alexander Koskovich <zvnexus@outlook.com>
|
|
Date: Sat, 3 Oct 2020 14:28:35 -0700
|
|
Subject: [PATCH] Make broken copy headers the default.
|
|
|
|
* Do not take this for S unless needed, this is a hack
|
|
for this cycle.
|
|
|
|
Change-Id: I55c8897d7d4d5c2a9e62b1a931b3856b2e38956e
|
|
---
|
|
core/board_config.mk | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/core/board_config.mk b/core/board_config.mk
|
|
index 86162b6f3..d152bdff6 100644
|
|
--- a/core/board_config.mk
|
|
+++ b/core/board_config.mk
|
|
@@ -113,6 +113,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
|
|
--
|
|
2.25.1
|
|
|