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/Makefile b/Makefile
index f206ccf..7ad2106 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,10 @@
 CWD := $(shell pwd)
 ALL_TARGETS := core SampleApp bench gm tests tools
 
+ifneq (,$(findstring skia_os=android, $(GYP_DEFINES)))
+  ALL_TARGETS += SkiaAndroidApp
+endif
+
 # Default target.  This must be listed before all other targets.
 .PHONY: default
 default: all