mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 20:15:32 -04:00
universal7885: Remove unsupported HALs
This commit is contained in:
parent
7bfa92b915
commit
58310cc9fd
2 changed files with 0 additions and 28 deletions
|
|
@ -17,25 +17,6 @@
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
|
||||||
<name>android.hardware.bluetooth.a2dp</name>
|
|
||||||
<transport>hwbinder</transport>
|
|
||||||
<version>1.0</version>
|
|
||||||
<interface>
|
|
||||||
<name>IBluetoothAudioOffload</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
<fqname>@1.0::IBluetoothAudioOffload/default</fqname>
|
|
||||||
</hal>
|
|
||||||
<hal format="hidl">
|
|
||||||
<name>android.hardware.bluetooth.audio</name>
|
|
||||||
<transport>hwbinder</transport>
|
|
||||||
<version>2.1</version>
|
|
||||||
<interface>
|
|
||||||
<name>IBluetoothAudioProvidersFactory</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</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>
|
||||||
|
|
|
||||||
|
|
@ -27,17 +27,8 @@ PRODUCT_PACKAGES += \
|
||||||
libaudioroute \
|
libaudioroute \
|
||||||
libtinyalsa \
|
libtinyalsa \
|
||||||
libtinycompress \
|
libtinycompress \
|
||||||
libldacBT_bco \
|
|
||||||
audio.hearing_aid.default
|
audio.hearing_aid.default
|
||||||
|
|
||||||
# Audio (BT)
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
android.hardware.bluetooth.audio@2.1-impl \
|
|
||||||
audio.bluetooth.default \
|
|
||||||
audio.a2dp.default \
|
|
||||||
android.hardware.bluetooth.audio@2.1.vendor \
|
|
||||||
android.hardware.bluetooth.a2dp@1.0-impl.mock \
|
|
||||||
|
|
||||||
# Aptx
|
# Aptx
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(LOCAL_PATH)/aptx/libaptX_encoder.so:$(TARGET_COPY_OUT_PRODUCT)/lib64/libaptX_encoder.so \
|
$(LOCAL_PATH)/aptx/libaptX_encoder.so:$(TARGET_COPY_OUT_PRODUCT)/lib64/libaptX_encoder.so \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue