summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-04 01:48:24 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-04 01:48:24 +0000
commitca1a63f0e447b06f5a392942a7906b6c77cbe1ea (patch)
treebe77df955d526ef0ad215de23b19cebe8dd9fb2f
parente327c6bd1fc743a3f7ba02aa37e72fe756550564 (diff)
parentf9b0e0a603f90d70e24a84d185a4e08075c0ec67 (diff)
downloadppv-lite86-android13-mainline-uwb-release.tar.gz
Change-Id: I03b502a548bb0bc7dadf5531fec7ebaab724e28f
-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
+}