Enable Compile Option to Build Android Executables
Since we can't debug APKs on 4.1, we sometimes need to
build Skia the old way for Android. This CL enables
a switch to do so.
Review URL: https://codereview.appspot.com/6408053
git-svn-id: http://skia.googlecode.com/svn/trunk@4653 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/skia.gyp b/skia.gyp
index aa968ff..8671eac 100644
--- a/skia.gyp
+++ b/skia.gyp
@@ -23,7 +23,7 @@
'gyp/debugger.gyp:debugger',
],
'conditions': [
- ['skia_os == "android"', {
+ ['skia_os == "android" and android_make_apk == 1', {
'dependencies': [
'gyp/android_system.gyp:SkiaAndroidApp',
],