diff options
| author | Roger Ellis <ellisr@google.com> | 2020-05-13 16:56:10 -0700 |
|---|---|---|
| committer | Bruno Martins <bgcngm@gmail.com> | 2022-02-15 14:20:03 +0000 |
| commit | 689e9f46918ac962e8cd4ead5639059ff4bec67e (patch) | |
| tree | 9cde7cd3bace4f3cee25d9803307f9b1f7a463b6 | |
| parent | d8cc7cf8f2a1120ee0358faf3d3ea91ecc7b27b0 (diff) | |
pro1: 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-- | BoardConfig.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index e7c596e..7691fe0 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -22,6 +22,8 @@ # definition file). # +BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true + DEVICE_PATH := device/fxtec/pro1 # Bootloader |
