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

Unified Diff: build/android/pylib/constants.py

Issue 221823011: [Android] Change object types from AndroidCommands to DeviceUtils in build/android/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Frank's comments. Created 6 years, 9 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/constants.py
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
index 33163329116b5bffe7bb60deb8ca618eee93df8e..cb026da0463d90849218ec424fb9f48eb9b4ca47 100644
--- a/build/android/pylib/constants.py
+++ b/build/android/pylib/constants.py
@@ -152,6 +152,7 @@ BAD_DEVICES_JSON = os.path.join(DIR_SOURCE_ROOT,
UPSTREAM_FLAKINESS_SERVER = 'test-results.appspot.com'
+DEVICE_LOCAL_PROPERTIES_PATH = '/data/local.prop'
def GetBuildType():
try:

Powered by Google App Engine
This is Rietveld 408576698