aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/cargo2android.json b/cargo2android.json
index 73b0969..be5b70b 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,6 +1,7 @@
{
"apex-available": [
"//apex_available:platform",
+ "com.android.bluetooth",
"com.android.compos",
"com.android.virt"
],
@@ -8,10 +9,11 @@
"trybuild"
],
"device": true,
+ "min-sdk-version": "29",
"run": true,
"test-blocklist": [
"tests/compile.rs"
],
"tests": true,
"vendor-available": true
-} \ No newline at end of file
+}