aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp1
-rw-r--r--cargo2android.json3
2 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 4fe3543..77a8def 100644
--- a/Android.bp
+++ b/Android.bp
@@ -75,6 +75,7 @@ rust_library {
"com.android.compos",
"com.android.virt",
],
+ vendor_available: true,
}
rust_test {
diff --git a/cargo2android.json b/cargo2android.json
index 0e54308..bef74ca 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -7,5 +7,6 @@
"dependencies": true,
"device": true,
"run": true,
- "tests": true
+ "tests": true,
+ "vendor-available": true
}