aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-09 09:24:24 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-09 09:24:24 +0000
commitbd9e4173be97bf320a3099c6f68fb0bede660427 (patch)
treea0287a9fd3e0e6af4e07390dfe87baa6b32d7ace
parenta35687d9da0ba57e9f70eec1553120ebb35abf02 (diff)
parent1242dafa52d1b0a5f101a484e8b6af595b2cfb0a (diff)
downloadrand_chacha-android13-mainline-sdkext-release.tar.gz
Change-Id: I3e97eedf1eb63bff4623bf46bc14b58ace3cdd52
-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
+}