summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:16:40 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:16:40 +0000
commit459c3bfbec82a64cfd526a6eca348964d8d88c39 (patch)
tree32fdcbb5d120a3fe55e8529b38730eba12ea1222
parentb5bcb048b4892b775a8209477df44247e0ba4887 (diff)
parentd6cc615afce7a7c5f049fe7bedc44e32e685298f (diff)
downloadopenssl-macros-android14-d1-s1-release.tar.gz
Change-Id: Ibed99daa9af28e93dbc6082d2fd6ecdb978a31ff
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 564ca5c..7872eab 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_openssl-macros_license",
@@ -54,4 +52,6 @@ rust_proc_macro {
"libquote",
"libsyn",
],
+ product_available: true,
+ vendor_available: true,
}