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 <yangken@google.com>
This commit is contained in:
parent
34b65b6ab3
commit
aeef4c5f9d
1 changed files with 1 additions and 1 deletions
|
@ -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 += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue