aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 8ee540c..dd63c3a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -20,6 +20,7 @@ license {
rust_library {
name: "libgrpcio",
+ // has rustc warnings
host_supported: true,
crate_name: "grpcio",
cargo_env_compat: true,
@@ -36,11 +37,11 @@ rust_library {
"liblibc",
"liblog_rust",
"libparking_lot",
- "libprotobuf",
+ "libprotobuf_deprecated",
],
apex_available: [
"//apex_available:platform",
- "com.android.bluetooth",
+ "com.android.btservices",
],
min_sdk_version: "29",
}