aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-04 00:30:07 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-04 00:30:07 +0000
commit5c4bc4510a19aaa213f943ec7bed0434fe167245 (patch)
treeaea8128a071e1ea6d7b6ce26379865efb0862da9
parent7e15aa983bae13cf7d7a88c61ac5e542a6843199 (diff)
parent57e7b291aba82e52fe1e8827b2babca2f911f3b6 (diff)
downloadgetrandom-android13-mainline-ipsec-release.tar.gz
Snap for 9254005 from 57e7b291aba82e52fe1e8827b2babca2f911f3b6 to mainline-ipsec-releaseaml_ips_331910010aml_ips_331312000aml_ips_331310000android13-mainline-ipsec-release
Change-Id: Ib1dc12694b239a6d8980b90871dc48557cc3b96a
-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
+}