g12: Allow ELF prebuilts in PRODUCT_COPY_FILES
authorRoger Ellis <ellisr@google.com>
Wed, 13 May 2020 23:56:10 +0000 (16:56 -0700)
committerNolen Johnson <johnsonnolen@gmail.com>
Wed, 26 Jan 2022 03:14:40 +0000 (22:14 -0500)
 * 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

BoardConfigCommon.mk

index bac79bff439cbc8b2e73d35706bf3c7f742f5b2d..8c07769772d74a74fa7888fbd9df4a9b1a5b3da8 100644 (file)
@@ -31,6 +31,9 @@ TARGET_KERNEL_ARCH := arm64
 BOARD_USES_ALSA_AUDIO := true
 USE_CUSTOM_AUDIO_POLICY := 1
 
+## BUILD_BROKEN_*
+BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true
+
 ## Dex Pre-Opt
 WITH_DEXPREOPT_DEBUG_INFO := false