| Index: build/android/pylib/local/device/local_device_gtest_run.py
|
| diff --git a/build/android/pylib/local/device/local_device_gtest_run.py b/build/android/pylib/local/device/local_device_gtest_run.py
|
| index ac57e66a3d4a132f9ac7ec4695a65072f8f9ad9b..5fe7b4b7a4b7b6371fdf49a6f7229ffbcd1def52 100644
|
| --- a/build/android/pylib/local/device/local_device_gtest_run.py
|
| +++ b/build/android/pylib/local/device/local_device_gtest_run.py
|
| @@ -97,7 +97,8 @@ class _ApkDelegate(object):
|
| params = install_wrapper.GetInstallParameters()
|
|
|
| installer.Install(device, self._apk_helper, split_globs=params['splits'],
|
| - lib_dir=params['lib_dir'], dex_files=params['dex_files'])
|
| + native_libs=params['native_libs'],
|
| + dex_files=params['dex_files'])
|
|
|
| def Run(self, test, device, flags=None, **kwargs):
|
| extras = dict(self._extras)
|
|
|