aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/cargo2android.json b/cargo2android.json
deleted file mode 100644
index 1317ea7..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "apex-available": [
- "//apex_available:platform",
- "com.android.resolv"
- ],
- "dependencies": true,
- "device": true,
- "min-sdk-version": "29",
- "no-pkg-vers": true,
- "patch": "patches/Android.bp.patch",
- "run": true,
- "test-data": [
- "src/lib.rs=examples/cert.crt",
- "src/lib.rs=examples/cert.key",
- "src/lib.rs=examples/cert-big.crt",
- "src/lib.rs=examples/rootca.crt"
- ],
- "tests": true
-}