From 00ce7b8f78fd20b58423a9e956cc25783ccb1750 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Sun, 21 Jul 2024 13:35:45 +0100 Subject: [PATCH] Partially revert "g12: Commonize a few things" This partially reverts commit a8de692e14457c3ec3254c122278a649f1c80607. Reason: amlogic/common tree doesn't contain any proprietary file lists. Change-Id: Ia8a29c7656a8d1452d56b804995451753329e0f4 --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 25c4296..df3ace7 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -6,6 +6,9 @@ COMMON_PATH := device/amlogic/g12-common +## BUILD_BROKEN_* +BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true + # GPU TARGET_AMLOGIC_GPU_ARCH := bifrost -- 2.20.1