aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-10-05 21:37:19 +0000
committerJames Farrell <jamesfarrell@google.com>2023-10-05 21:37:19 +0000
commit7ee85bfb4907b2121a98ee5e4992c4244d0656bd (patch)
treea35f0aff83fa24e28fbffd2f34d0711e1c80580b
parentee21c2e6e59343c77f2fc739108a64f5a21ff68d (diff)
downloadmiette-7ee85bfb4907b2121a98ee5e4992c4244d0656bd.tar.gz
Update Android.bp to reflect aosp/2763825
Test: Ran cargo2android. Treehugger. Change-Id: I152e11313a8f5fe14092e41c22a9e0328ac977a4
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index d7d79b9..a0459a3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,8 @@
// This file is generated by cargo2android.py --config cargo2android.json.
// Do not modify this file as changes will be overridden on upgrade.
+
+
rust_library_host {
name: "libmiette",
crate_name: "miette",
@@ -16,6 +18,4 @@ rust_library_host {
],
proc_macros: ["libmiette_derive"],
compile_multilib: "first",
- product_available: true,
- vendor_available: true,
}