mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-24 04:45:32 -04:00
universal7885: bluetooth: HAL uprev to 1.1
* Additionally, more force enables Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
3cd86ce33a
commit
e85039c0b9
3 changed files with 5 additions and 5 deletions
|
|
@ -20,6 +20,7 @@
|
||||||
<component class=".avrcpcontroller.BluetoothMediaBrowserService" enabled="true" />
|
<component class=".avrcpcontroller.BluetoothMediaBrowserService" enabled="true" />
|
||||||
<component class=".hfpclient.connserv.HeadsetClientService" enabled="true" />
|
<component class=".hfpclient.connserv.HeadsetClientService" enabled="true" />
|
||||||
<component class=".hfpclient.HeadsetClientService" enabled="true" />
|
<component class=".hfpclient.HeadsetClientService" enabled="true" />
|
||||||
|
<component class=".hfpclient.connserv.HfpClientConnectionService" enabled="true" />
|
||||||
<component class=".sap.SapService" enabled="true" />
|
<component class=".sap.SapService" enabled="true" />
|
||||||
</component-override>
|
</component-override>
|
||||||
</config>
|
</config>
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.bluetooth</name>
|
<name>android.hardware.bluetooth</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
<version>1.0</version>
|
<version>1.1</version>
|
||||||
<interface>
|
<interface>
|
||||||
<name>IBluetoothHci</name>
|
<name>IBluetoothHci</name>
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
|
|
|
||||||
|
|
@ -56,8 +56,7 @@ PRODUCT_COPY_FILES += \
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.bluetooth@1.0-impl \
|
android.hardware.bluetooth@1.1-service \
|
||||||
android.hardware.bluetooth@1.0-service \
|
|
||||||
audio.a2dp.default \
|
audio.a2dp.default \
|
||||||
libbt-vendor
|
libbt-vendor
|
||||||
|
|
||||||
|
|
@ -76,7 +75,7 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# Component overrides
|
# Component overrides
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(LOCAL_PATH)/configs/permissions/component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/component-overrides.xml
|
$(LOCAL_PATH)/configs/permissions/component-overrides-bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/component-overrides-bluetooth.xml
|
||||||
|
|
||||||
# DRM
|
# DRM
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue