From b438c1519ab7fee213094e0fa5635afb9f6bfd51 Mon Sep 17 00:00:00 2001 From: Roger Ellis Date: Wed, 13 May 2020 16:56:10 -0700 Subject: [PATCH] g12: 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 --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index bac79bf..8c07769 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -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 -- 2.20.1