aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-10 00:16:32 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-10 00:16:32 +0000
commit2d39bdee06dba1a4aa640ac45db617a5cf87b0e0 (patch)
tree84c72be7b2da28c6697b3afb83a9c068ff90eebc
parent838e0f45e8b9d250c4403aa73c3a6b5238dab24c (diff)
parent118655c18bfede5aff60c4bbc68f62b46dfb526c (diff)
downloadrand_core-android13-qpr3-release.tar.gz
Change-Id: Iff84fa8da4bb020093b672d46e83d862d7d34e6f
-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 6d2506f..a2ccace 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 b73c7b4..8945bb0 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -7,5 +7,6 @@
"device": true,
"features": "std",
"run": true,
- "tests": true
-} \ No newline at end of file
+ "tests": true,
+ "vendor-available": true
+}