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, |