From f418275d2a11c00a5386b2d1154d56c2b31e7169 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Wed, 19 Jul 2023 21:42:43 +0100 Subject: [PATCH] g12-common: Allow targets to include additional manifests Change-Id: I8bca18e434bc28ed406a5bb745a3381631b7951a --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index a8d893c..b65d1bc 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -13,7 +13,7 @@ BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true TARGET_AMLOGIC_GPU_ARCH := bifrost ## HIDL -DEVICE_MANIFEST_FILE := $(COMMON_PATH)/manifest.xml +DEVICE_MANIFEST_FILE += $(COMMON_PATH)/manifest.xml ## Kernel BOARD_KERNEL_CMDLINE := androidboot.dynamic_partitions=true androidboot.boot_devices=ffe07000.emmc use_uvm=1 -- 2.20.1