aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/cargo2android.json b/cargo2android.json
index 9a21b76..7869832 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,13 +1,14 @@
{
"apex-available": [
"//apex_available:platform",
+ "com.android.bluetooth",
"com.android.compos",
"com.android.uwb",
"com.android.virt"
],
"dependencies": true,
"device": true,
- "min_sdk_version": "29",
+ "min-sdk-version": "29",
"run": true,
"tests": true
-} \ No newline at end of file
+}