summaryrefslogtreecommitdiff
path: root/db845c
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2023-01-16 09:52:02 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2023-01-16 09:52:02 +0800
commite495815d940edee10196d56cb55930c4b7c7eca5 (patch)
treefd16223b8c5ecaa983802160a441a04740f867a6 /db845c
parent0e30ba52fa538ad35991ecb959a9301fb69ea5ff (diff)
PRODUCT_PACKAGES: change all places to be appended
with the "+=" operation, instead of the overwriting operation of ":=", to avoid unexpected build errors when inherit-product from other files. Bug: 265084621 Test: build db845c successfully Change-Id: Id0e7e444af2069b34bb36245163aac9799e6e3d1 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'db845c')
-rw-r--r--db845c/device.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/db845c/device.mk b/db845c/device.mk
index 63e24a1..ef754c1 100644
--- a/db845c/device.mk
+++ b/db845c/device.mk
@@ -25,7 +25,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
endif
# Build generic Audio HAL
-PRODUCT_PACKAGES := audio.primary.db845c
+PRODUCT_PACKAGES += audio.primary.db845c
# BootControl HAL
PRODUCT_PACKAGES += \