aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp1
-rw-r--r--cargo2android.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 7013de3..fb8d206 100644
--- a/Android.bp
+++ b/Android.bp
@@ -51,6 +51,7 @@ rust_library {
"com.android.resolv",
"com.android.virt",
],
+ vendor_available: true,
min_sdk_version: "29",
}
diff --git a/cargo2android.json b/cargo2android.json
index 5b266a6..b9b5680 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -8,6 +8,7 @@
"dependencies": true,
"device": true,
"min-sdk-version": "29",
+ "vendor-available": true,
"run": true,
"tests": true
}