aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-10-11 17:43:52 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-10-11 17:43:52 +0000
commitd0c05441a68868ca0178cf4cbe2518b6fe9ac583 (patch)
treeda246016444af9280ffd45ef720b22f6dcd24e78
parentf691905fce193a9ef943c5f6ddb56389385e5f7c (diff)
parent5ffcbe6bd3f6cc3efa6e18ba62b61657c4bd66ba (diff)
downloadprotobuf-codegen-d0c05441a68868ca0178cf4cbe2518b6fe9ac583.tar.gz
Merge "Update Android.bp to reflect aosp/2763825" into main am: 5ffcbe6bd3
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/protobuf-codegen/+/2775091 Change-Id: I66931d1acd96a84c9088f4c40bd7ffcbac4cef3f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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,
}