aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-10-05 21:37:14 +0000
committerJames Farrell <jamesfarrell@google.com>2023-10-05 21:37:14 +0000
commitf57e66fb0db85d8db2b98d961829edc0c5bc8192 (patch)
treeda246016444af9280ffd45ef720b22f6dcd24e78
parent378e3ae5f61006ff8e04a38b7b7e8faef0119d3b (diff)
downloadprotobuf-codegen-f57e66fb0db85d8db2b98d961829edc0c5bc8192.tar.gz
Update Android.bp to reflect aosp/2763825
Test: Ran cargo2android. Treehugger. Change-Id: I08c0fef892feb2a92d9cd236e86c2d1717c872b4
-rw-r--r--Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index b0ae081..54a73f5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -36,8 +36,6 @@ rust_library_host {
"libtempfile",
"libthiserror",
],
- product_available: true,
- vendor_available: true,
}
rust_test_host {
@@ -80,6 +78,4 @@ rust_binary_host {
"libtempfile",
"libthiserror",
],
- product_available: true,
- vendor_available: true,
}