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 |