diff options
author | Roger Ellis <ellisr@google.com> | 2021-10-09 15:30:23 +0200 |
---|---|---|
committer | Ramii Ahmed <ramy@ahmedramy.com> | 2022-05-23 17:19:30 +0000 |
commit | f36bb66a1b6b6140f2c753154b87d98b94013cb3 (patch) | |
tree | 8021521b817ca1a46bdddc8d03b61e57bd212e7c | |
parent | dacd6c0f3270e866155015f392cd682dd3e46551 (diff) |
veux: Add exclusion for vendor ELF prebuilts
- ELF prebuilts were banned in PRODUCT_COPY_FILES starting May 11.
- Adding BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true to
BoardConfig.mk temoporarily.
- See b/156534160 for long-term fix which should override this change.
Test: Build
Bug: 156534160
Change-Id: I7d80798d3b2d3818bc835fcede21de2e7ab04735
-rw-r--r-- | BoardConfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 0c1d161..ab2d7b7 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -11,6 +11,7 @@ include device/xiaomi/sm6375-common/BoardConfigCommon.mk # Build Broken BUILD_BROKEN_DUP_RULES := true +BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true # Display TARGET_SCREEN_DENSITY := 440 |