When building for Android, package executables in APKs (trunk)
Review URL: https://codereview.appspot.com/6307101

git-svn-id: http://skia.googlecode.com/svn/trunk@4368 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/skia.gyp b/skia.gyp
index 164ef09..028df4c 100644
--- a/skia.gyp
+++ b/skia.gyp
@@ -21,6 +21,13 @@
         'gyp/tests.gyp:tests',
         'gyp/tools.gyp:tools',
       ],
+      'conditions': [
+        ['skia_os == "android"', {
+          'dependencies': [
+            'gyp/android_system.gyp:SkiaAndroidApp',
+          ],
+        }],
+      ],
     },
   ],
 }