aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a179b6edba..4de8bc6f66 100644
--- a/Makefile
+++ b/Makefile
@@ -32,8 +32,10 @@ CWD := $(shell pwd)
ALL_TARGETS := core SampleApp bench gm tests 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