aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json13
1 files changed, 1 insertions, 12 deletions
diff --git a/cargo2android.json b/cargo2android.json
index 73294f5..bc0ef74 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,19 +1,8 @@
{
- "apex-available": [
- "//apex_available:platform",
- "com.android.btservices",
- "com.android.compos",
- "com.android.virt"
- ],
"dependency-blocklist": [
"trybuild"
],
"device": true,
"min-sdk-version": "29",
- "run": true,
- "test-blocklist": [
- "tests/compile.rs"
- ],
- "tests": true,
- "vendor-available": true
+ "run": true
}