diff options
author | Roger Ellis <ellisr@google.com> | 2020-05-13 16:56:10 -0700 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2022-08-07 12:34:51 +0200 |
commit | d2835ec9388d7806c0031845cc65227d4d953b61 (patch) | |
tree | 86f7349220dbfc5fb0284fba88aa43a4d1925461 | |
parent | 200c3b8bbe46c06ba1e5899612e3205416966809 (diff) |
msm8996-common: Allow ELF prebuilts in PRODUCT_COPY_FILES.
* ELF prebuilts were banned in PRODUCT_COPY_FILES starting
May 11th. See b/156534160 for long-term fix which should
override this change.
Change-Id: Icd25b40ca4e4285319775046a1b70de30572be07
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index f844d1e..159cb74 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -19,6 +19,8 @@ BOARD_VENDOR := zuk VENDOR_PATH := device/zuk/msm8996-common +BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true + # Architecture TARGET_ARCH := arm64 TARGET_ARCH_VARIANT := armv8-a |