aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/apptype_console.gypi
diff options
context:
space:
mode:
authorGravatar borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-18 14:59:54 +0000
committerGravatar borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-18 14:59:54 +0000
commit7ef392940da93e78c24ee75875b83bb416bc75fb (patch)
tree5a98dbd382a77a839de7cd6fc68c77fbb5709e0b /gyp/apptype_console.gypi
parentd074c3709afa6ea70888262a402603197d71dd11 (diff)
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
Diffstat (limited to 'gyp/apptype_console.gypi')
-rw-r--r--gyp/apptype_console.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/apptype_console.gypi b/gyp/apptype_console.gypi
index 6971b6a59e..62f1b9fc07 100644
--- a/gyp/apptype_console.gypi
+++ b/gyp/apptype_console.gypi
@@ -12,7 +12,7 @@
},
},
'conditions': [
- [ 'skia_os == "android"', {
+ [ 'skia_os == "android" and android_make_apk == 1', {
'dependencies': [
'android_system.gyp:Android_EntryPoint',
],