[Android] Fix the uiautomator test runner's use of InstrumentationOptions.

BUG=398520

Review URL: https://codereview.chromium.org/422393002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287217 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index 0a815ae2..8aebb8b4b 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -291,7 +291,6 @@
       options.exclude_annotations,
       options.test_filter,
       options.test_data,
-      options.test_runner,
       options.save_perf_json,
       options.screenshot_failures,
       options.wait_for_debugger,
@@ -299,6 +298,7 @@
       options.test_apk,
       options.test_apk_path,
       options.test_apk_jar_path,
+      options.test_runner,
       options.test_support_apk_path
       )