Add AIDL support on IBluetoothCcc

Bug: 239658601
Test: vts-tradefed run vts -m vts_treble_vintf_vendor_test
Change-Id: Ia0039e1f11c59a62823c757318f04d2a36eeb034
This commit is contained in:
Adam Shih 2022-08-03 23:45:33 +00:00
parent 214eab8058
commit 7f0987a3a0
2 changed files with 12 additions and 0 deletions

View file

@ -36,6 +36,7 @@ DISABLE_CAMERA_FS_AF := true
include device/google/tangorpro/audio/tangorpro/audio-tables.mk
include device/google/gs201/device-shipping-common.mk
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/tangorpro/device_framework_matrix_product.xml
$(call soong_config_set,lyric,tuning_product,cloudripper)
$(call soong_config_set,google3a_config,target_device,cloudripper)

View file

@ -0,0 +1,11 @@
<compatibility-matrix version="1.0" type="framework" level="7">
<hal format="hidl">
<name>hardware.google.bluetooth.ccc</name>
<version>1.1</version>
<interface>
<name>IBluetoothCcc</name>
<instance>default</instance>
</interface>
</hal>
</compatibility-matrix>