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

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

Issue 228723002: Java API for mojo system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding shared handle. Created 6 years, 8 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
« no previous file with comments | « no previous file | build/common.gypi » ('j') | mojo/public/java/src/org/chromium/mojo/system/Core.java » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/constants.py
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
index cb026da0463d90849218ec424fb9f48eb9b4ca47..01e6e7ba0c64f68b129e5b19f611559ee805bc11 100644
--- a/build/android/pylib/constants.py
+++ b/build/android/pylib/constants.py
@@ -133,8 +133,8 @@ DEVICE_PERF_OUTPUT_DIR = (
SCREENSHOTS_DIR = os.path.join(DIR_SOURCE_ROOT, 'out_screenshots')
-ANDROID_SDK_VERSION = 19
-ANDROID_SDK_BUILD_TOOLS_VERSION = '19.0.0'
+ANDROID_SDK_VERSION = 18
bulach 2014/04/14 17:39:56 is it intentional? :) if so, why?
qsr 2014/04/15 08:37:37 So, it should not be in the review, but I had to c
+ANDROID_SDK_BUILD_TOOLS_VERSION = '18.0.1'
ANDROID_SDK_ROOT = os.path.join(DIR_SOURCE_ROOT,
'third_party/android_tools/sdk')
ANDROID_SDK_TOOLS = os.path.join(ANDROID_SDK_ROOT,
« no previous file with comments | « no previous file | build/common.gypi » ('j') | mojo/public/java/src/org/chromium/mojo/system/Core.java » ('J')

Powered by Google App Engine
This is Rietveld 408576698