From 414baf31331c927d87d130c3e46acb7044d963fd Mon Sep 17 00:00:00 2001 From: retiredtab-gerrit Date: Thu, 11 Aug 2022 15:18:17 -0600 Subject: [PATCH] mondrianwifi: append to existing manifest.xml from msm8974 Change syntax to += to append mondrianwifi specific manifest.xml onto existing msm8974 manifest.xml. With the old :=, it overwrote the msm8974 manifest.xml. --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 24d4bba..60296c6 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -40,7 +40,7 @@ TARGET_NO_RADIOIMAGE := true TARGET_FS_CONFIG_GEN += $(DEVICE_PATH)/config.fs # HIDL -DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/manifest.xml +DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml # Kernel BOARD_KERNEL_BASE := 0x00000000