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:
parent
56106b383f
commit
414baf3133
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue