bump fcm level to 202504, same as raspberryvanilla

This commit is contained in:
oxmc
2025-10-28 01:28:06 -07:00
parent 578438df6f
commit f8f488cbd8
3 changed files with 22 additions and 2 deletions

View File

@@ -148,6 +148,8 @@ PRODUCT_PACKAGES += \
com.android.hardware.health.rpi4 com.android.hardware.health.rpi4
# HIDL # HIDL
PRODUCT_HIDL_ENABLED := true
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hidl.allocator@1.0-service \ android.hidl.allocator@1.0-service \
hwservicemanager hwservicemanager

View File

@@ -1,4 +1,22 @@
<compatibility-matrix version="1.0" type="framework"> <compatibility-matrix version="1.0" type="framework" level="202504">
<hal format="hidl">
<name>android.hardware.audio</name>
<transport>hwbinder</transport>
<version>7.1</version>
<interface>
<name>IDevicesFactory</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.audio.effect</name>
<transport>hwbinder</transport>
<version>7.0</version>
<interface>
<name>IEffectsFactory</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl"> <hal format="aidl">
<name>android.hardware.media.c2</name> <name>android.hardware.media.c2</name>
<version>1</version> <version>1</version>

View File

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