aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-04 02:39:12 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-04 02:39:12 +0000
commit3104d265af88db5e1efc7f5501dbaaad8105b3b6 (patch)
tree84c72be7b2da28c6697b3afb83a9c068ff90eebc
parent0bf693e9576f4d905147947114b6772f96b28779 (diff)
parent337b6728da6d0bdf46d7c762fb3ab7990e0e74c2 (diff)
downloadrand_core-android13-mainline-extservices-release.tar.gz
Snap for 9254848 from 337b6728da6d0bdf46d7c762fb3ab7990e0e74c2 to mainline-extservices-releaseaml_ext_331814220aml_ext_331412000aml_ext_331312000android13-mainline-extservices-release
Change-Id: I2ca444dc1f28b34633b3c6ce0cca6060df98de1e
-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
+}