diff --git a/bluetooth/manifest_bluetooth.xml b/bluetooth/manifest_bluetooth.xml new file mode 100644 index 0000000..d733c24 --- /dev/null +++ b/bluetooth/manifest_bluetooth.xml @@ -0,0 +1,38 @@ + + + android.hardware.bluetooth + hwbinder + 1.0 + + IBluetoothHci + default + + + + hardware.google.bluetooth.bt_channel_avoidance + hwbinder + 1.0 + + IBTChannelAvoidance + default + + + + hardware.google.bluetooth.sar + hwbinder + 1.1 + + IBluetoothSar + default + + + + hardware.google.bluetooth.ccc + hwbinder + 1.0 + + IBluetoothCcc + default + + + diff --git a/device-lynx.mk b/device-lynx.mk index 0892380..322fef2 100644 --- a/device-lynx.mk +++ b/device-lynx.mk @@ -82,6 +82,8 @@ PRODUCT_COPY_FILES += \ device/google/lynx/thermal_info_config_lynx.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json # Bluetooth HAL +DEVICE_MANIFEST_FILE += \ + device/google/lynx/bluetooth/manifest_bluetooth.xml PRODUCT_SOONG_NAMESPACES += \ vendor/broadcom/bluetooth PRODUCT_PACKAGES += \