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

Unified Diff: tools/build.py

Issue 15317012: Fix the Skia build for Android. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 7 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 | « runtime/embedders/openglui/openglui_embedder.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/build.py
===================================================================
--- tools/build.py (revision 22893)
+++ tools/build.py (working copy)
@@ -108,7 +108,7 @@
# We have not yet tweaked the v8 dart build to work with the Android
# NDK/SDK, so don't try to build it.
if args == []:
- print "For android builds you must specify a target, such as 'dart'."
+ print "For android builds you must specify a target, such as 'samples'."
return False
if 'v8' in args:
print "The v8 target is not supported for android builds."
@@ -166,7 +166,7 @@
os.environ['ANDROID_TOOLCHAIN'] = android_toolchain
- android_sdk_version = 9
+ android_sdk_version = 15
android_sdk_tools = os.path.join(android_sdk_root, 'tools')
CheckDirExists(android_sdk_tools, 'Android SDK tools')
« no previous file with comments | « runtime/embedders/openglui/openglui_embedder.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698