aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-10-11 16:54:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-10-11 16:54:21 +0000
commitec228219f123896511713aada9fa21e1e91ad635 (patch)
tree8aa5a437407343de068b170301a097748b23eca8
parent416654b227208986e3f077e3a51b98a0215c86e6 (diff)
parent10f007505aee23a9b5e72c09742e9292fd8b719a (diff)
downloadpdl-compiler-ec228219f123896511713aada9fa21e1e91ad635.tar.gz
Merge "Update Android.bp to reflect aosp/2763825" into main
-rw-r--r--Android.bp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index cce8c92..067bed1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -29,8 +29,6 @@ rust_binary_host {
],
proc_macros: ["libpest_derive"],
compile_multilib: "first",
- product_available: true,
- vendor_available: true,
}
rust_library_host {
@@ -58,8 +56,6 @@ rust_library_host {
],
proc_macros: ["libpest_derive"],
compile_multilib: "first",
- product_available: true,
- vendor_available: true,
}
rust_binary_host {
@@ -88,8 +84,6 @@ rust_binary_host {
],
proc_macros: ["libpest_derive"],
compile_multilib: "first",
- product_available: true,
- vendor_available: true,
}
// Defaults for rust backend generation.