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..83049c3158ee7e81eb4ec51c3bc1531d67f8057e 100644 |
--- a/build/android/pylib/instrumentation/setup.py |
+++ b/build/android/pylib/instrumentation/setup.py |
@@ -80,7 +80,9 @@ 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_install_script=test_options.test_apk_install_script, |
+ apk_under_test_install_script=test_options.apk_under_test_install_script) |
tests = test_pkg.GetAllMatchingTests( |
test_options.annotations, |
test_options.exclude_annotations, |