sanders: 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
Signed-off-by: Erfan Abdi <erfangplus@gmail.com>
This commit is contained in:
Yifan Hong
2017-12-12 18:06:35 -08:00
committed by therootlord
parent 9533952f17
commit 75743d20d6
2 changed files with 1 additions and 2 deletions

View File

@@ -209,7 +209,6 @@ USE_DEVICE_SPECIFIC_THERMAL := true
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
BOARD_VENDORIMAGE_PARTITION_SIZE := 805306368
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
PRODUCT_COMPATIBILITY_MATRIX_LEVEL_OVERRIDE := 27
PRODUCT_FULL_TREBLE_OVERRIDE := true
PRODUCT_VENDOR_MOVE_ENABLED := true
TARGET_COPY_OUT_VENDOR := vendor

View File

@@ -1,4 +1,4 @@
<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>