| Index: build/android/gyp/util/build_device.py
|
| diff --git a/build/android/gyp/util/build_device.py b/build/android/gyp/util/build_device.py
|
| index b153a157b05cb3f44cd99cc61800ebef1971a142..7e0d57ba388a8680d332baf3d439356fae8d4f3b 100644
|
| --- a/build/android/gyp/util/build_device.py
|
| +++ b/build/android/gyp/util/build_device.py
|
| @@ -40,7 +40,7 @@ class BuildDevice(object):
|
| return self.id
|
|
|
| def Install(self, *args, **kwargs):
|
| - return self.device.old_interface.Install(*args, **kwargs)
|
| + return self.device.Install(*args, **kwargs)
|
|
|
| def GetInstallMetadata(self, apk_package):
|
| """Gets the metadata on the device for the apk_package apk."""
|
|
|