aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-16 06:29:46 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-16 06:29:46 +0000
commit87e0ac4f1fbf36b98727712cdab4dbd2dcc1cc70 (patch)
tree5ab84c324ab8de2ae90cf6a8c0c58c4f0695b3ab
parentc3c7a6d6fde19a59bb0c26f23e9bc84fb5956257 (diff)
parentaf49b9aac808dfd21328f80ba7bb9b72d5f564be (diff)
downloadrand_chacha-87e0ac4f1fbf36b98727712cdab4dbd2dcc1cc70.tar.gz
Snap for 8952093 from af49b9aac808dfd21328f80ba7bb9b72d5f564be to sdk-releaseplatform-tools-33.0.3
Change-Id: I333e40e1582cd240617e1dee1029b888196e99f9
-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
+}