aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-13 03:20:35 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-13 03:20:35 +0000
commit0ea80b2a3e012f8b0ac593d3e2ae97742e975c52 (patch)
treea35f0aff83fa24e28fbffd2f34d0711e1c80580b
parent9f246b4eac1619088c2c0c27e328ffc1cc286b90 (diff)
parentc7f9945988f8de35088b3c2bd1f36fcea504f08e (diff)
downloadmiette-0ea80b2a3e012f8b0ac593d3e2ae97742e975c52.tar.gz
Snap for 10942032 from c7f9945988f8de35088b3c2bd1f36fcea504f08e to 24Q1-release
Change-Id: Ib3a327a33e12b7aaff4896d53d7509f486aea0de
-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,
}