From e01400a7e4085602e74c2701a2b683e6071684fa Mon Sep 17 00:00:00 2001 From: Roopa Sattiraju Date: Thu, 23 Dec 2021 12:36:19 -0800 Subject: [PATCH] Adding bluetooth apex Bluetooth uses ISAP interfaces which are radio 1.0 HIDL implementation. ISAP is not migrated to AIDL and would need to be migrated only if adding any new interfaces to ISAP. Since the usage is only in 1.0 and 1.1 and 1.2 would be backward compatible, adding bluetooth apex only to radio 1.0. Bug: 206121418 Test: Compile Change-Id: I4f387fb0a36518cbef99084421a90a5d2f5c26c2 --- radio/1.0/Android.bp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/radio/1.0/Android.bp b/radio/1.0/Android.bp index cd64bca66a..8d0d78212d 100644 --- a/radio/1.0/Android.bp +++ b/radio/1.0/Android.bp @@ -23,5 +23,9 @@ hidl_interface { interfaces: [ "android.hidl.base@1.0", ], + apex_available: [ + "//apex_available:platform", + "com.android.bluetooth", + ], gen_java: true, }