aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:46:09 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:46:09 +0000
commitba729653e53581c0801340bcd48824a411267316 (patch)
treee41aad2f89073fbe17f096860e5476597ea54f7c /cargo2android.json
parent74ee487bf3761996d083859dc677ceaa1fb08071 (diff)
parenta3f1a1d4127619d814963ae5848840850318e401 (diff)
downloadurl-5e9bf5e3e35706009ac85821588e66d31ba9ae93.tar.gz
Change-Id: Ia978a7131d82655c72beda567a787494572a36c8
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
+}