aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:22:19 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 02:22:19 +0000
commitdba1e5a8aa4add6634a67c60d7d5bb67673991ad (patch)
treeb37e25aa68c6c66858990df50a23991bbcbd1225
parent4e90ab458336c8dd15e5931523fe618ff962e9d8 (diff)
parentd5420781731936c97d582b9909b70d675ad31a40 (diff)
downloadserde_derive-android14-release.tar.gz
Change-Id: I8a7c30e0d19273346d820e15b6fe09ff045c2904
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1b9abf2..1c23ba9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -51,6 +51,8 @@ rust_proc_macro {
"libsyn",
],
compile_multilib: "first",
+ product_available: true,
+ vendor_available: true,
}
rust_test_host {