universal7885: Remove unsupported soundtrigger HAL

Change-Id: I7cee72ec984c56d25d262c6120f6508451982b9c
Signed-off-by: SamarV-121 <samarvispute121@pm.me>
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
SamarV-121 2021-09-10 12:17:06 +05:30 committed by roynatech2544
commit cc5d68d326
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
2 changed files with 0 additions and 31 deletions

View file

@ -190,15 +190,6 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.soundtrigger</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>ISoundTriggerHw</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.thermal</name>
<transport>hwbinder</transport>
@ -259,24 +250,6 @@
<instance>imsd2</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.trustonic.tee</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ITee</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.trustonic.teeregistry</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ITeeRegistry</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.lineage.power</name>
<transport>hwbinder</transport>

View file

@ -209,10 +209,6 @@ PRODUCT_COPY_FILES += \
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
# Soundtrigger
PRODUCT_PACKAGES += \
android.hardware.soundtrigger@2.0-impl
# Thermal
PRODUCT_PACKAGES += \
android.hardware.thermal@1.0-impl \