From aeef4c5f9d1572f94a7accdb73b30e0864f848ac Mon Sep 17 00:00:00 2001 From: Ken Yang Date: Sat, 14 Jan 2023 04:06:32 +0000 Subject: [PATCH] WLC: include the wireless FCM correctly Change the setting of DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE from ':=' to '+=' due to that vendor services like WLC will be added before it. Bug: 265476345 Change-Id: I1b60f69465faad3749f1e54a561d1c20c99b7237 Signed-off-by: Ken Yang --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index e446acb3..a60f79e9 100644 --- a/device.mk +++ b/device.mk @@ -1125,7 +1125,7 @@ PRODUCT_PACKAGES_DEBUG += BatteryStatsViewer # Install product specific framework compatibility matrix # (TODO: b/169535506) This includes the FCM for system_ext and product partition. # It must be split into the FCM of each partition. -DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE := device/google/zuma/device_framework_matrix_product.xml +DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/zuma/device_framework_matrix_product.xml # Keymint configuration PRODUCT_COPY_FILES += \