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

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

Issue 1680233002: Android Add _incremental targets for instrumentation tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing dep Created 4 years, 10 months 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
Index: build/android/pylib/local/device/local_device_environment.py
diff --git a/build/android/pylib/local/device/local_device_environment.py b/build/android/pylib/local/device/local_device_environment.py
index 2ad75dd210c2468a1f483ebf4e2228eab394dac1..ac4f64c00e16820e0e57883c3c51dc9cab9f83d5 100644
--- a/build/android/pylib/local/device/local_device_environment.py
+++ b/build/android/pylib/local/device/local_device_environment.py
@@ -37,7 +37,6 @@ class LocalDeviceEnvironment(environment.Environment):
self._max_tries = 1 + args.num_retries
self._tool_name = args.tool
self._enable_device_cache = args.enable_device_cache
- self._incremental_install = args.incremental_install
self._concurrent_adb = args.enable_concurrent_adb
self._logcat_output_dir = args.logcat_output_dir
self._logcat_output_file = args.logcat_output_file
@@ -91,10 +90,6 @@ class LocalDeviceEnvironment(environment.Environment):
return self._concurrent_adb
@property
- def incremental_install(self):
- return self._incremental_install
-
- @property
def parallel_devices(self):
return parallelizer.SyncParallelizer(self.devices)
« no previous file with comments | « build/android/pylib/instrumentation/test_package.py ('k') | build/android/pylib/local/device/local_device_gtest_run.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698