| 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 7e0d57ba388a8680d332baf3d439356fae8d4f3b..8ab11124f74462b20105efee247298888fe41062 100644
|
| --- a/build/android/gyp/util/build_device.py
|
| +++ b/build/android/gyp/util/build_device.py
|
| @@ -42,6 +42,9 @@ class BuildDevice(object):
|
| def Install(self, *args, **kwargs):
|
| return self.device.Install(*args, **kwargs)
|
|
|
| + def InstallSplitApk(self, *args, **kwargs):
|
| + return self.device.InstallSplitApk(*args, **kwargs)
|
| +
|
| def GetInstallMetadata(self, apk_package):
|
| """Gets the metadata on the device for the apk_package apk."""
|
| # Matches lines like:
|
|
|