diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |