aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-04 02:39:11 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-04 02:39:11 +0000
commit945ae99f74017089bcad4b2a13fa5be59825ed0a (patch)
treea0287a9fd3e0e6af4e07390dfe87baa6b32d7ace
parent1fdfdfb9615b1973fa0963e0ddeba71878757513 (diff)
parent1242dafa52d1b0a5f101a484e8b6af595b2cfb0a (diff)
downloadrand_chacha-android13-mainline-extservices-release.tar.gz
Snap for 9254848 from 1242dafa52d1b0a5f101a484e8b6af595b2cfb0a to mainline-extservices-releaseaml_ext_331814220aml_ext_331412000aml_ext_331312000android13-mainline-extservices-release
Change-Id: I708226eefc91743e889d1f2a417b69a178661270
-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
+}