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.
This commit is contained in:
retiredtab-gerrit 2022-08-11 15:18:17 -06:00 committed by nyyu
parent 56106b383f
commit 414baf3133

View file

@ -40,7 +40,7 @@ TARGET_NO_RADIOIMAGE := true
TARGET_FS_CONFIG_GEN += $(DEVICE_PATH)/config.fs TARGET_FS_CONFIG_GEN += $(DEVICE_PATH)/config.fs
# HIDL # HIDL
DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/manifest.xml DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
# Kernel # Kernel
BOARD_KERNEL_BASE := 0x00000000 BOARD_KERNEL_BASE := 0x00000000