summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:18:34 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:18:34 +0000
commit0ec7dd65af0681d377c8740e4e1a2bdfae495ce1 (patch)
tree0cfdf879e2692b61d32acb41eca8223158d5e17f
parent2d7eba86c6bd9851b3d9ba3b325cd76fddb1f0a6 (diff)
parent09a894c422a6b6f9d0014e86125c223eeae3cf94 (diff)
downloadzerocopy-derive-android14-d1-s6-release.tar.gz
Change-Id: I7d53e2167380bc8e56316e3cfe0a26ef41eebb9e
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 5d6e2e7..85b6bb7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,8 +1,6 @@
// This file is generated by cargo2android.py --config cargo2android.json.
// Do not modify this file as changes will be overridden on upgrade.
-
-
package {
default_applicable_licenses: [
"external_rust_crates_zerocopy-derive_license",
@@ -34,4 +32,6 @@ rust_proc_macro {
"libquote",
"libsyn",
],
+ product_available: true,
+ vendor_available: true,
}