summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:23:12 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:23:12 +0000
commit298fc2fef9c9f57e38a120aeb601e3571298deef (patch)
tree0cfdf879e2692b61d32acb41eca8223158d5e17f
parenteea0d172b0bbf62b269be2945602d1c0be7d812f (diff)
parent6326ec64aba975052215c4c00133d85dfe42c4f6 (diff)
downloadzerocopy-derive-android14-release.tar.gz
Change-Id: Id06822f090e9fe8d1db8b9dd505af642ee9b6e99
-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,
}