msm8937-common: Remove PRODUCT_COMPATIBILITY_MATRIX_LEVEL_OVERRIDE
Replace it with FCM Version = 1, specified explicitly in device manifest. Test: builds Bug: 69636193 Change-Id: I0f5689344bb7b10b2b5db2549e95c940c4812f9d Merged-In: I0f5689344bb7b10b2b5db2549e95c940c4812f9d
This commit is contained in:
parent
b1304c03ea
commit
6c08e199c0
2 changed files with 1 additions and 2 deletions
|
@ -171,7 +171,6 @@ BOARD_PLAT_PRIVATE_SEPOLICY_DIR += $(VENDOR_PATH)/sepolicy/private
|
|||
|
||||
# Treble
|
||||
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
||||
PRODUCT_COMPATIBILITY_MATRIX_LEVEL_OVERRIDE := 27
|
||||
PRODUCT_FULL_TREBLE_OVERRIDE := true
|
||||
|
||||
# WiFi
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
is removed from the manifest file and written by assemble_vintf
|
||||
at build time.
|
||||
-->
|
||||
<manifest version="1.0" type="device">
|
||||
<manifest version="1.0" type="device" target-level="1">
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.audio</name>
|
||||
<transport>hwbinder</transport>
|
||||
|
|
Loading…
Reference in a new issue