aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-10-05 21:37:22 +0000
committerJames Farrell <jamesfarrell@google.com>2023-10-05 21:37:22 +0000
commit10f007505aee23a9b5e72c09742e9292fd8b719a (patch)
tree8aa5a437407343de068b170301a097748b23eca8
parentb32d1823b491678db6f89438450945e8c973b5e2 (diff)
downloadpdl-compiler-10f007505aee23a9b5e72c09742e9292fd8b719a.tar.gz
Update Android.bp to reflect aosp/2763825
Test: Ran cargo2android. Treehugger. Change-Id: Ic4101aaf0ee2aec8ad932189c5dc5c7ba634c1cb
-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.