aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-12 19:44:35 +0000
committerGravatar djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-12 19:44:35 +0000
commit2d6535a91dd94f93d74964bd21731794d9369f5e (patch)
tree0c58b4eaf39e876b81ccc53699d803965b35b972 /Makefile
parent42316095ecb795a2cc086490c7eae61ca8949c01 (diff)
Remove support for building skia android apps outside of an APK.
Review URL: https://codereview.appspot.com/6663043 git-svn-id: http://skia.googlecode.com/svn/trunk@5936 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index aa144100ba..20dc224e33 100644
--- a/Makefile
+++ b/Makefile
@@ -37,10 +37,8 @@ ALL_TARGETS := skia_base_libs \
tools
ifneq (,$(findstring skia_os=android, $(GYP_DEFINES)))
-ifeq (,$(findstring android_make_apk=0, $(GYP_DEFINES)))
ALL_TARGETS += SkiaAndroidApp
endif
-endif
# Default target. This must be listed before all other targets.
.PHONY: default