diff options
-rw-r--r-- | BoardConfigCommon.mk | 1 | ||||
-rw-r--r-- | manifest.xml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 98204ad..7c3ec92 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -244,7 +244,6 @@ BOARD_SEPOLICY_DIRS += \ BOARD_VNDK_RUNTIME_DISABLE := true BOARD_VNDK_VERSION := current PRODUCT_FULL_TREBLE_OVERRIDE := true -PRODUCT_COMPATIBILITY_MATRIX_LEVEL_OVERRIDE := 27 PRODUCT_VENDOR_MOVE_ENABLED := true # Timeservice diff --git a/manifest.xml b/manifest.xml index b3ec1a2..f8f5ddb 100644 --- a/manifest.xml +++ b/manifest.xml @@ -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> |