Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: build/config/android/internal_rules.gni

Issue 1661253002: test_runner.py Add --fast-local-dev flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tests-no-clear-data
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« build/android/test_runner.py ('K') | « build/android/test_runner.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index c0e4e121c4ec75e5514637903838e878f17729a2..3e5a9360916b36dafa2da640b45e041c2e094e47 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -2076,15 +2076,9 @@ template("test_runner_script") {
]
}
if (defined(invoker.incremental_install) && invoker.incremental_install) {
- test_runner_args += [ "--incremental-install" ]
-
- # These can still be overridden, but make more better defaults during
- # development.
test_runner_args += [
- "--enable-device-cache",
- "--extract-test-list-from-filter",
- "--num_retries=0",
- "--skip-clear-data", # Clearing wipes optimized dex files.
+ "--incremental-install",
+ "--fast-local-dev",
]
}
if (is_asan) {
« build/android/test_runner.py ('K') | « build/android/test_runner.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698