aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-03 09:21:02 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-03 09:21:02 +0000
commit9a4a7a1c22ec27eb5b2bf496395456ec5bdd6f86 (patch)
treea0287a9fd3e0e6af4e07390dfe87baa6b32d7ace
parent7027cc9798f78f6546bb6641b3e920164457b331 (diff)
parent1242dafa52d1b0a5f101a484e8b6af595b2cfb0a (diff)
downloadrand_chacha-android13-mainline-conscrypt-release.tar.gz
Snap for 9251420 from 1242dafa52d1b0a5f101a484e8b6af595b2cfb0a to mainline-conscrypt-releaseaml_con_331413000aml_con_331411000aml_con_331312000android13-mainline-conscrypt-release
Change-Id: Ia529d75b676e9d61e86ba283b30980afeb11cc36
-rw-r--r--Android.bp1
-rw-r--r--cargo2android.json5
2 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 0e15608..ee042be 100644
--- a/Android.bp
+++ b/Android.bp
@@ -58,6 +58,7 @@ rust_library {
"//apex_available:platform",
"com.android.virt",
],
+ vendor_available: true,
}
rust_test {
diff --git a/cargo2android.json b/cargo2android.json
index ac56e26..60b7aa4 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -6,5 +6,6 @@
"dependencies": true,
"device": true,
"run": true,
- "tests": true
-} \ No newline at end of file
+ "tests": true,
+ "vendor-available": true
+}