aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-05 12:16:14 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-05 12:16:14 +0000
commitab04a0a560b54b0156aaa6cab4eba7733abc5709 (patch)
treea0287a9fd3e0e6af4e07390dfe87baa6b32d7ace
parent97bc4f7d4fcf7a6a6bd9ecd3422795490ba25d86 (diff)
parent1242dafa52d1b0a5f101a484e8b6af595b2cfb0a (diff)
downloadrand_chacha-android13-mainline-media-swcodec-release.tar.gz
Snap for 9259793 from 1242dafa52d1b0a5f101a484e8b6af595b2cfb0a to mainline-media-swcodec-releaseaml_swc_331911000aml_swc_331712000aml_swc_331612000aml_swc_331511000aml_swc_331410000android13-mainline-media-swcodec-release
Change-Id: I6e7b4fa52d8b250c1d7e7179602553e0582a4d2f
-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
+}