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

Unified Diff: build/android/pylib/instrumentation/setup.py

Issue 1680233002: Android Add _incremental targets for instrumentation tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing dep Created 4 years, 10 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
Index: build/android/pylib/instrumentation/setup.py
diff --git a/build/android/pylib/instrumentation/setup.py b/build/android/pylib/instrumentation/setup.py
index 7a8f901b25ddde746580f317cf522c5a2ec5592f..4ae9e167bdec0a49071e31c6a728bc3102f3ff44 100644
--- a/build/android/pylib/instrumentation/setup.py
+++ b/build/android/pylib/instrumentation/setup.py
@@ -80,7 +80,11 @@ def Setup(test_options, devices):
test_options.test_apk_jar_path,
test_options.test_support_apk_path,
additional_apks=test_options.additional_apks,
- apk_under_test=test_options.apk_under_test)
+ apk_under_test=test_options.apk_under_test,
+ test_apk_incremental_install_script=
+ test_options.test_apk_incremental_install_script,
+ apk_under_test_incremental_install_script=
+ test_options.apk_under_test_incremental_install_script)
tests = test_pkg.GetAllMatchingTests(
test_options.annotations,
test_options.exclude_annotations,

Powered by Google App Engine
This is Rietveld 408576698