summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-20 23:16:35 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-20 23:16:35 +0000
commitf1c1da600972fcee6d2d777cc9133c09fbeca95a (patch)
treebe77df955d526ef0ad215de23b19cebe8dd9fb2f
parentfcbcefbbc5486d3fa1bf9ac6ce6bfd66fbbf750e (diff)
parent7ab6cbe3adbd6a7e4a56580e82c8dc2bbee2fb9b (diff)
downloadppv-lite86-android13-d3-s1-release.tar.gz
Snap for 9200392 from 7ab6cbe3adbd6a7e4a56580e82c8dc2bbee2fb9b to tm-d3-releaseandroid-13.0.0_r57android13-d3-s1-release
Change-Id: I83ebc4ee0acd234e0724f8ffff909a98c06195b2
-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 123567a..eb5d6df 100644
--- a/Android.bp
+++ b/Android.bp
@@ -53,6 +53,7 @@ rust_library {
"//apex_available:platform",
"com.android.virt",
],
+ vendor_available: true,
}
rust_test {
diff --git a/cargo2android.json b/cargo2android.json
index ac56e26..60b7aa4 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -6,5 +6,6 @@
"dependencies": true,
"device": true,
"run": true,
- "tests": true
-} \ No newline at end of file
+ "tests": true,
+ "vendor-available": true
+}