aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-10 00:14:42 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-10 00:14:42 +0000
commit439c1157b20cc07369c44ff046dcfce6c1e5adb0 (patch)
treeaea8128a071e1ea6d7b6ce26379865efb0862da9
parent67ee42f84fb56bd3a9278b1062bc12f6639988ae (diff)
parent6faa01ec63389679829118250276c26652708fb9 (diff)
downloadgetrandom-android13-qpr3-s3-release.tar.gz
Change-Id: Ibf9195f16dbe2361447ff90e8c908212f061371d
-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
+}