| Index: testing/scripts/common.py
|
| diff --git a/testing/scripts/common.py b/testing/scripts/common.py
|
| index ee49a8926928dd604cc8c6e0fc57d9ab838ebe6b..85a653f21a0f1e0e8afed11a0fe63e69b5465b66 100644
|
| --- a/testing/scripts/common.py
|
| +++ b/testing/scripts/common.py
|
| @@ -46,6 +46,10 @@ def run_script(argv, funcs):
|
| help='Use the src-side copy of runtest.py, as opposed to the build-side '
|
| 'one')
|
|
|
| + parser.add_argument('--known-devices-file',
|
| + help='Path to list of known android devices on host. '
|
| + 'Only used for host_info.')
|
| +
|
| subparsers = parser.add_subparsers()
|
|
|
| run_parser = subparsers.add_parser('run')
|
|
|