aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Wu <joshwu@google.com>2022-07-28 16:45:08 +0800
committerJosh Wu <joshwu@google.com>2022-07-28 23:15:11 +0800
commite35d4848d13e612bdaf9a505a5029820c86e082c (patch)
tree5ab84c324ab8de2ae90cf6a8c0c58c4f0695b3ab
parent30345e64d557a75503a6842dce856aec408cba34 (diff)
downloadrand_chacha-e35d4848d13e612bdaf9a505a5029820c86e082c.tar.gz
Make crate vendor available
Test: m Bug: 235777894 Change-Id: Ia59d0d8bc9e840b47aa443acc6e830929f03e56c
-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
+}