aboutsummaryrefslogtreecommitdiff
path: root/build/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'build/Android.bp')
-rw-r--r--build/Android.bp12
1 files changed, 12 insertions, 0 deletions
diff --git a/build/Android.bp b/build/Android.bp
index ed2bdeb96..c16c20cf1 100644
--- a/build/Android.bp
+++ b/build/Android.bp
@@ -99,6 +99,18 @@ fluoride_defaults {
// libstatslog -> libbinder doesn't build on mac
enabled: false,
},
+ android: {
+ shared_libs: [
+ "android.hardware.bluetooth@1.0",
+ "libhidlbase",
+ "libutils",
+ "libcutils",
+ ],
+ static_libs: [
+ "libbt_common_sys_prop_cxx",
+ "libbt_hidl_hal_cxx",
+ ],
+ },
},
}