aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-10-11 20:18:00 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-10-11 20:18:00 +0000
commitc720cf0c5539110540a3a806c4ad0854de4cf8c7 (patch)
treeda246016444af9280ffd45ef720b22f6dcd24e78
parent890442a19853b9518eab0d57b8ded33c8506f78f (diff)
parent3ad192ea2c1489a84985676c1015b406728f6cb0 (diff)
downloadprotobuf-codegen-c720cf0c5539110540a3a806c4ad0854de4cf8c7.tar.gz
Merge "Update Android.bp to reflect aosp/2763825" into main am: 5ffcbe6bd3 am: d0c05441a6 am: 4fbbbbe713 am: 29acbb34a5 am: 3ad192ea2c
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/protobuf-codegen/+/2775091 Change-Id: I34b96f83a583cf16ddd8c5106b0021fe2de49ada 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,
}