universal7870: build manifest for legacy device and not use custom matrix file

This commit is contained in:
Astrako 2020-03-11 09:35:01 +01:00 committed by Alejandro
parent dd80f04cfc
commit 3ede48a5bc
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ TARGET_KERNEL_SOURCE := kernel/samsung/exynos7870
# HIDL # HIDL
DEVICE_MANIFEST_FILE := $(LOCAL_PATH)/configs/manifest.xml DEVICE_MANIFEST_FILE := $(LOCAL_PATH)/configs/manifest.xml
DEVICE_MATRIX_FILE := $(LOCAL_PATH)/configs/compatibility_matrix.xml # DEVICE_MATRIX_FILE := $(LOCAL_PATH)/configs/compatibility_matrix.xml
# Use these flags if the board has a ext4 partition larger than 2gb # Use these flags if the board has a ext4 partition larger than 2gb
BOARD_HAS_LARGE_FILESYSTEM := true BOARD_HAS_LARGE_FILESYSTEM := true

View file

@ -1,4 +1,4 @@
<manifest version="1.0" type="device" target-level="2"> <manifest version="1.0" type="device">
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.audio</name> <name>android.hardware.audio</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>