aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/cargo2android.json b/cargo2android.json
index 6c4525a..d2d1ca1 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,14 +1,14 @@
{
- "apex-available": [
- "//apex_available:platform",
- "com.android.resolv"
- ],
- "min_sdk_version": "29",
- "device": true,
- "run": true,
- "test-blocklist": [
- "src/lib.rs",
- "tests/tests.rs"
- ],
- "tests": true
- } \ No newline at end of file
+ "apex-available": [
+ "//apex_available:platform",
+ "com.android.resolv"
+ ],
+ "device": true,
+ "min-sdk-version": "29",
+ "run": true,
+ "test-blocklist": [
+ "src/lib.rs",
+ "tests/tests.rs"
+ ],
+ "tests": true
+} \ No newline at end of file