Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1839)

Unified Diff: build/android/pylib/local/device/local_device_gtest_run.py

Issue 1486303002: [Android] Fix incremental install for local gtests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698