aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-09 09:22:31 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-09 09:22:31 +0000
commit6d8fc69c2f2784263c7e9e2bb93fd92ada55d599 (patch)
treeaea8128a071e1ea6d7b6ce26379865efb0862da9
parentdad78ccc6ee2222a53d4029ede6b7220c6771f5e (diff)
parent57e7b291aba82e52fe1e8827b2babca2f911f3b6 (diff)
downloadgetrandom-aml_sdk_331811000.tar.gz
Change-Id: I375d8bccb9fc6c5951ff02dd296045959149076b
-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
+}