mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Kang soundtrigger libs from Galaxy S10 (d1)
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
c3ae831d7f
commit
b9bcd79dae
2 changed files with 13 additions and 0 deletions
|
|
@ -155,6 +155,15 @@
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.soundtrigger</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>2.3</version>
|
||||
<interface>
|
||||
<name>ISoundTriggerHw</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.radio</name>
|
||||
<transport>hwbinder</transport>
|
||||
|
|
|
|||
|
|
@ -272,6 +272,10 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.sensors@1.0-service \
|
||||
libsensorndkbridge
|
||||
|
||||
# Soundtrigger
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.soundtrigger@2.3-impl
|
||||
|
||||
# Shims
|
||||
PRODUCT_PACKAGES += \
|
||||
libcamera_metadata_helper \
|
||||
|
|
|
|||
Loading…
Reference in a new issue