aboutsummaryrefslogtreecommitdiff
path: root/build/Android.bp
diff options
context:
space:
mode:
authorZach Johnson <zachoverflow@google.com>2020-12-10 13:08:19 -0800
committerZach Johnson <zachoverflow@google.com>2020-12-15 13:50:07 -0800
commitb0a98c814720cfefa566b0fe3f565e3d135f63f5 (patch)
treeec4a422ad4ef725e3da644603896fa6acb80de49 /build/Android.bp
parentd4baf52b9a1859deeb7c07873b0df2230bff65ff (diff)
downloadbt-b0a98c814720cfefa566b0fe3f565e3d135f63f5.tar.gz
rusty-gd: refine stack ffi a bit
Bug: 171749953 Tag: #gd-refactor Test: gd/cert/run --rhost SimpleHalTest Change-Id: If1e078bdb64a41ee0a77e352617f39a0ab3155d5
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",
+ ],
+ },
},
}