summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-10-05 21:37:18 +0000
committerJames Farrell <jamesfarrell@google.com>2023-10-05 21:37:18 +0000
commita1b04255d1468427a7aec827e2b2c79f852ab13e (patch)
tree43bb9faa1d39a9fa669d0b9299337b32f333f622
parentb9543638808b32d101b1d9478db9ed64a6a98835 (diff)
downloadgrpcio-compiler-a1b04255d1468427a7aec827e2b2c79f852ab13e.tar.gz
Update Android.bp to reflect aosp/2763825
Test: Ran cargo2android. Treehugger. Change-Id: Ib46057ff6a4bc41d1245ba4c793c760dc9d5bf6d
-rw-r--r--Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 3af481e..36ef473 100644
--- a/Android.bp
+++ b/Android.bp
@@ -49,8 +49,6 @@ rust_binary_host {
"libgrpcio_compiler",
"libprotobuf_deprecated",
],
- product_available: true,
- vendor_available: true,
}
rust_library_host {
@@ -68,6 +66,4 @@ rust_library_host {
rustlibs: [
"libprotobuf_deprecated",
],
- product_available: true,
- vendor_available: true,
}