| Index: build/android/provision_devices.py
|
| diff --git a/build/android/provision_devices.py b/build/android/provision_devices.py
|
| index 0549e81adbd17ad9c818e434919f9e4ba62564b9..5843b9f11d2d3a4b7cb35dd09073308e66099879 100755
|
| --- a/build/android/provision_devices.py
|
| +++ b/build/android/provision_devices.py
|
| @@ -126,7 +126,6 @@ def ProvisionDevices(options):
|
| device.old_interface.EnableAdbRoot()
|
| install_output = GetCmdOutput(
|
| ['%s/build/android/adb_install_apk.py' % constants.DIR_SOURCE_ROOT,
|
| - '--apk',
|
| '%s/build/android/CheckInstallApk-debug.apk' % constants.DIR_SOURCE_ROOT
|
| ])
|
| failure_string = 'Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]'
|
|
|