sdm710-common: device: Replace the HIDL with AIDL for android.hardware.memtrack

The HIDL interface of "android.hardware.memtrack" is no longer supported
for Android S.

Test: atest VtsHalMemtrackTargetTest pass
Bug: 186539435
Change-Id: Iaafd526fc5a601f7e8189ec764399d99c660beb0
This commit is contained in:
Alex Hong 2023-01-06 20:16:58 +08:00 committed by CakesTwix
parent d67dc679ca
commit f51c745845
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825
2 changed files with 1 additions and 12 deletions

View file

@ -19,16 +19,6 @@
</interface> </interface>
<fqname>@6.0::IEffectsFactory/default</fqname> <fqname>@6.0::IEffectsFactory/default</fqname>
</hal> </hal>
<hal format="hidl">
<name>android.hardware.memtrack</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IMemtrack</name>
<instance>default</instance>
</interface>
<fqname>@1.0::IMemtrack/default</fqname>
</hal>
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.biometrics.fingerprint</name> <name>android.hardware.biometrics.fingerprint</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>

View file

@ -161,8 +161,7 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.graphics.composer@2.3-service \ android.hardware.graphics.composer@2.3-service \
android.hardware.graphics.mapper@2.0-impl-qti-display \ android.hardware.graphics.mapper@2.0-impl-qti-display \
android.hardware.memtrack@1.0-impl \ android.hardware.memtrack-service.example \
android.hardware.memtrack@1.0-service \
gralloc.sdm710 \ gralloc.sdm710 \
hwcomposer.sdm710 \ hwcomposer.sdm710 \
libdisplayconfig.qti \ libdisplayconfig.qti \