Aerodactyl: Declare the correct HIDL version for C2 service

This commit is contained in:
Mashopy
2025-10-12 16:17:50 +02:00
parent b17d49297c
commit 133485619e
4 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -1334,7 +1334,7 @@ PRODUCT_PACKAGES += \
manifest_apuware_utils.xml \
manifest_cameraprovider.xml \
manifest_hwcomposer.xml \
manifest_media_c2_V1_1_default.xml \
manifest_media_c2_V1_2_default.xml \
manifest_mmlpq.xml \
mtkgnss-batching.xml \
vendor.mediatek.hardware.neuropilot.agent@1.0-service.xml \
+2 -2
View File
@@ -24533,9 +24533,9 @@ prebuilt_etc_xml {
}
prebuilt_etc_xml {
name: "manifest_media_c2_V1_1_default.xml",
name: "manifest_media_c2_V1_2_default.xml",
owner: "nothing",
src: "proprietary/vendor/etc/vintf/manifest/manifest_media_c2_V1_1_default.xml",
src: "proprietary/vendor/etc/vintf/manifest/manifest_media_c2_V1_2_default.xml",
filename_from_src: true,
sub_dir: "vintf/manifest",
soc_specific: true,
@@ -5,5 +5,3 @@ service android-hardware-media-c2-hal-1-2 /vendor/bin/hw/android.hardware.media.
ioprio rt 4
task_profiles ProcessCapacityHigh HighPerformance
interface android.hardware.media.c2@1.0::IComponentStore default
interface android.hardware.media.c2@1.1::IComponentStore default
@@ -2,7 +2,7 @@
<hal>
<name>android.hardware.media.c2</name>
<transport>hwbinder</transport>
<version>1.1</version>
<version>1.2</version>
<interface>
<name>IComponentStore</name>
<instance>default</instance>