aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-04 19:55:36 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-04 19:55:36 +0000
commitc13e4013aa3a3da55c7cf964e89436111aab1054 (patch)
treeaea8128a071e1ea6d7b6ce26379865efb0862da9
parentd2a4ff6962852b62337349a5dcc2e544f76b1729 (diff)
parent57e7b291aba82e52fe1e8827b2babca2f911f3b6 (diff)
downloadgetrandom-c13e4013aa3a3da55c7cf964e89436111aab1054.tar.gz
Change-Id: I463f7e226793e90798dbac697a18974322d20984
-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 897f8a2..27336fc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -110,4 +110,5 @@ rust_library {
"//apex_available:platform",
"com.android.virt",
],
+ vendor_available: true,
}
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
+}