summaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/cargo2android.json b/cargo2android.json
index 1a49338..e4cd046 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,5 +1,10 @@
{
+ "apex-available": [
+ "//apex_available:platform",
+ "com.android.bluetooth"
+ ],
"device": true,
"features": "time,net,io-util,fs",
+ "min-sdk-version": "29",
"run": true
-} \ No newline at end of file
+}