summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c3ff2482..8b423144 100644
--- a/Makefile
+++ b/Makefile
@@ -422,6 +422,10 @@ debug:
$(MAKE) build=debug
android: generate
- $(MAKE) -C platform/android/viewer
+ ndk-build -j8 \
+ APP_BUILD_SCRIPT=platform/java/Android.mk \
+ APP_PROJECT_PATH=build/android \
+ APP_PLATFORM=android-16 \
+ APP_OPTIM=$(build)
.PHONY: all clean nuke install third libs apps generate