aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/cargo2android.json b/cargo2android.json
deleted file mode 100644
index 11879eb..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "apex-available": [
- "//apex_available:platform",
- "com.android.virt"
- ],
- "device": true,
- "features": "zlib",
- "run": true,
- "patch": "patches/Android.bp.patch",
- "tests": true,
- "test-data": [
- "tests/gunzip.rs=tests/corrupt-gz-file.bin",
- "tests/gunzip.rs=tests/good-file.gz",
- "tests/gunzip.rs=tests/good-file.txt",
- "tests/gunzip.rs=tests/multi.gz",
- "tests/gunzip.rs=tests/multi.txt"
- ]
-}