| Index: build/android/provision_devices.py
|
| diff --git a/build/android/provision_devices.py b/build/android/provision_devices.py
|
| index 19ab384c3b755de9796901a2caa95ed39492633d..1d4e5215157d97a67e9c2672b9cc846444cc605f 100755
|
| --- a/build/android/provision_devices.py
|
| +++ b/build/android/provision_devices.py
|
| @@ -86,6 +86,7 @@ def main(argv):
|
| '-r', '--auto-reconnect', action='store_true',
|
| help='Push binary which will reboot the device on adb disconnections.')
|
| options, args = parser.parse_args(argv[1:])
|
| + constants.SetBuildType(options.target)
|
|
|
| if args:
|
| print >> sys.stderr, 'Unused args %s' % args
|
|
|