aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:15:14 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:15:14 +0000
commit437bc333617790000bcfeba2fb8a4f2230be2356 (patch)
treed7f5059f6c22007c41eb9f6abbbd473fedb05f34
parent68934b66eeb18549a7aa48d5b80234e46658c4ad (diff)
parent1dcfba085eb8e3d4d897ff02b1071830d41c3c3b (diff)
downloadderive-getters-android14-d1-s5-release.tar.gz
Change-Id: I2495f5bbfd619e6a56dacc53287daf26e430ee25
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 4cc6a42..80706d7 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_derive-getters_license",
@@ -35,4 +33,6 @@ rust_proc_macro {
"libquote",
"libsyn",
],
+ product_available: true,
+ vendor_available: true,
}