fix remote-android/redroid-doc#200 add simulated Bluetooth
This commit is contained in:
11
android.hardware.bluetooth@1.1.xml
Normal file
11
android.hardware.bluetooth@1.1.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<manifest version="1.0" type="device">
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.bluetooth</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.1</version>
|
||||
<interface>
|
||||
<name>IBluetoothHci</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
</manifest>
|
||||
@@ -1,4 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<permissions>
|
||||
<unavailable-feature name="android.hardware.bluetooth" />
|
||||
</permissions>
|
||||
|
||||
@@ -94,6 +94,11 @@ $(call inherit-product, hardware/redroid/c2/c2.mk)
|
||||
endif
|
||||
|
||||
|
||||
DEVICE_MANIFEST_FILE += device/redroid/android.hardware.bluetooth@1.1.xml
|
||||
|
||||
PRODUCT_PACKAGES += android.hardware.bluetooth@1.1-service.sim
|
||||
|
||||
|
||||
PRODUCT_SOONG_NAMESPACES += frameworks/av/services/audiopolicy/config
|
||||
# audio policy
|
||||
PRODUCT_PACKAGES += \
|
||||
|
||||
Reference in New Issue
Block a user