aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-20 23:16:27 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-20 23:16:27 +0000
commit130c7de71c451e70223618cd49c03ffacf4b1f71 (patch)
treea0287a9fd3e0e6af4e07390dfe87baa6b32d7ace
parent3eaac1d03750a3fede31fa0cbbf6d41214638bc6 (diff)
parent8b51b2354733100593a58be8d5421fe99f91a129 (diff)
downloadrand_chacha-android13-d2-release.tar.gz
Snap for 9200392 from 8b51b2354733100593a58be8d5421fe99f91a129 to tm-d2-releaseandroid-13.0.0_r55android13-d2-release
Change-Id: I24d5daa0f1d6c6a39cd237a3c4ddb5b778ee2cc6
-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
+}