summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoopa Sattiraju <sattiraju@google.com>2022-01-12 15:35:47 -0800
committerRahul Sabnis <rahulsabnis@google.com>2022-01-25 20:31:50 -0800
commit59b271503a509f8b74e5a7473680ff42ca88b184 (patch)
tree900fb4d675e66d5fee9a0646e1ba0a5522267dfd
parent3c576df13774a2c16bf2108bfbb78be4e728cbf8 (diff)
downloadCellBroadcastReceiver-59b271503a509f8b74e5a7473680ff42ca88b184.tar.gz
Adding BT dependency for CellBroadcast
Bug: 196026708 Test: Compile Merged-In: Ia2449430fc268875f41fd8e116b9d51eface2b4c Change-Id: Ia2449430fc268875f41fd8e116b9d51eface2b4c
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 200384952..ba300caf1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,6 +32,7 @@ java_defaults {
libs: [
"framework-annotations-lib",
"framework-statsd",
+ "framework-bluetooth",
],
static_libs: [
"androidx.legacy_legacy-support-v4",