universal7885: Remove unsupported HALs

This commit is contained in:
roynatech2544 2021-11-26 08:07:16 +09:00
commit 58310cc9fd
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
2 changed files with 0 additions and 28 deletions

View file

@ -17,25 +17,6 @@
<instance>default</instance>
</interface>
</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">
<name>android.hardware.biometrics.fingerprint</name>
<transport>hwbinder</transport>

View file

@ -27,17 +27,8 @@ PRODUCT_PACKAGES += \
libaudioroute \
libtinyalsa \
libtinycompress \
libldacBT_bco \
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
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/aptx/libaptX_encoder.so:$(TARGET_COPY_OUT_PRODUCT)/lib64/libaptX_encoder.so \