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 2021-05-04 00:37:05 +08:00
parent ad5196c2c2
commit 69bc91e5f0
2 changed files with 2 additions and 12 deletions

View file

@ -415,10 +415,9 @@ else
gralloc.$(TARGET_BOARD_PLATFORM)
endif
# HIDL memtrack
# AIDL memtrack
PRODUCT_PACKAGES += \
android.hardware.memtrack@1.0-impl \
android.hardware.memtrack@1.0-service
android.hardware.memtrack-service.example
PRODUCT_PACKAGES += \
memtrack.$(TARGET_BOARD_PLATFORM) \

View file

@ -66,15 +66,6 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.memtrack</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IMemtrack</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.renderscript</name>
<transport arch="32+64">passthrough</transport>