Revert "flox: Kill framework compatibility matrix with fire"

This reverts commit da956d7d45.

Reason for revert: This was a wrong pick of the original change,
where DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE was removed,
not DEVICE_MATRIX_FILE.

Change-Id: I6c9c32446680ec60745b315800e9d27278d2a269
This commit is contained in:
Bruno Martins 2021-01-01 19:07:23 +01:00
parent d6239d4285
commit b2706d0a89
2 changed files with 60 additions and 0 deletions

View File

@ -145,5 +145,6 @@ TARGET_RECOVERY_DENSITY := hdpi
# Device manifest
DEVICE_MANIFEST_FILE := $(DEVICE_PATH)/manifest.xml
DEVICE_MATRIX_FILE := $(DEVICE_PATH)/compatibility_matrix.xml
-include vendor/asus/flox/BoardConfigVendor.mk

59
compatibility_matrix.xml Normal file
View File

@ -0,0 +1,59 @@
<compatibility-matrix version="1.0" type="device">
<hal format="hidl" optional="false">
<name>android.frameworks.schedulerservice</name>
<version>1.0</version>
<interface>
<name>ISchedulingPolicyService</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="false">
<name>android.frameworks.sensorservice</name>
<version>1.0</version>
<interface>
<name>ISensorManager</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="false">
<name>android.hidl.allocator</name>
<version>1.0</version>
<interface>
<name>IAllocator</name>
<instance>ashmem</instance>
</interface>
</hal>
<hal format="hidl" optional="false">
<name>android.hidl.manager</name>
<version>1.0</version>
<interface>
<name>IServiceManager</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="false">
<name>android.hidl.memory</name>
<version>1.0</version>
<interface>
<name>IMapper</name>
<instance>ashmem</instance>
</interface>
</hal>
<hal format="hidl" optional="false">
<name>android.hidl.token</name>
<version>1.0</version>
<interface>
<name>ITokenManager</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="false">
<name>android.system.wifi.keystore</name>
<version>1.0</version>
<interface>
<name>IKeystore</name>
<instance>default</instance>
</interface>
</hal>
</compatibility-matrix>