Add AIDL support on IBluetoothCcc am: 7f0987a3a0
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/19518930 Change-Id: Idc8ed40052cc42bd7934b652c7d942db97028135 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
0f2659aad8
2 changed files with 12 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
11
device_framework_matrix_product.xml
Normal file
11
device_framework_matrix_product.xml
Normal 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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue