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

Unified Diff: platform_tools/android/bin/android_make

Issue 24833002: Add android_ninja, like android_make for ninja. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: still bad Created 7 years, 3 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 | platform_tools/android/bin/android_ninja » ('j') | platform_tools/android/bin/android_ninja » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/bin/android_make
diff --git a/platform_tools/android/bin/android_make b/platform_tools/android/bin/android_make
index 10ddd3301bd6e3ba52b8b60bbc9359e1145bfc60..12f5740a1e6369e63637211543836ee557594c42 100755
--- a/platform_tools/android/bin/android_make
+++ b/platform_tools/android/bin/android_make
@@ -39,6 +39,8 @@ if [[ -n "$ANDROID_MAKE_CCACHE" ]]; then
fi
fi
+# Use the "android" flavor of the Makefile generator for both Linux and OS X.
+exportVar GYP_GENERATORS "make-android"
make ${makeVars[@]}
if [ $? != 0 ]
then
« no previous file with comments | « no previous file | platform_tools/android/bin/android_ninja » ('j') | platform_tools/android/bin/android_ninja » ('J')

Powered by Google App Engine
This is Rietveld 408576698