summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:15:28 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:15:28 +0000
commitc9ff6882ca16d9ada6f813770c4b160cd052ad13 (patch)
treea68bf73dd85364883f19fae6f81f334b87711458 /Android.bp
parent3a165cd5fcf97ca2405b5dfa46716b18df9a6cb3 (diff)
parent4e6f332ae08065111779ca948ba959dc8111d891 (diff)
downloadgrpcio-sys-android14-mainline-uwb-release.tar.gz
Change-Id: I73cbde1913dfcb9e74c0dbe29c1022856159ae26
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 399a8c0b..861f5036 100644
--- a/Android.bp
+++ b/Android.bp
@@ -61,7 +61,7 @@ rust_library {
],
apex_available: [
"//apex_available:platform",
- "com.android.bluetooth",
+ "com.android.btservices",
],
min_sdk_version: "29",
}
@@ -75,7 +75,7 @@ cc_defaults {
shared_libs: ["libgrpc++"],
apex_available: [
"//apex_available:platform",
- "com.android.bluetooth",
+ "com.android.btservices",
],
min_sdk_version: "29",
}