Index: build/android/test_runner.py |
diff --git a/build/android/test_runner.py b/build/android/test_runner.py |
index 3e32f81b7cc95db8940d38d512d0c4b4c46352f3..b5951d382a605cc4c497537f74e229ceb7777194 100755 |
--- a/build/android/test_runner.py |
+++ b/build/android/test_runner.py |
@@ -387,6 +387,11 @@ def AddInstrumentationTestOptions(parser): |
'--render-results-directory', |
dest='render_results_dir', |
help='Directory to pull render test result images off of the device to.') |
+ parser.add_argument( |
+ '--enable-relocation-packing', |
+ dest='enable_relocation_packing', |
+ action='store_true', |
+ help='Whether relocation packing is enabled.') |
def package_replacement(arg): |
split_arg = arg.split(',') |
if len(split_arg) != 2: |