aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/cargo2android.json b/cargo2android.json
index 911c36f..e1e5077 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,4 +1,11 @@
{
+ "dependency-blocklist": [
+ "debugger_test",
+ "debugger_test_parser"
+ ],
+ "test-blocklist": [
+ "tests/debugger_visualizer.rs"
+ ],
"apex-available": [
"//apex_available:platform",
"com.android.resolv"
@@ -8,4 +15,4 @@
"min-sdk-version": "29",
"run": true,
"tests": true
-} \ No newline at end of file
+}