Browse Source

Android build: Add build target

JNI-88
Hussein Kasem 6 years ago
parent
commit
f1064833f8
  1. 4
      android/external/Makefile

4
android/external/Makefile

@ -19,7 +19,9 @@ ifdef BUILD_CONFIG
$(info ================================================) $(info ================================================)
endif endif
.PHONY: all build clean clean-all .PHONY: all build clean clean-all build-arm build-arm64 build-x86 build-x86_64
build: all
all: build-arm build-arm64 build-x86 build-x86_64 all: build-arm build-arm64 build-x86 build-x86_64

Loading…
Cancel
Save