1
0
mirror of https://github.com/xlab/android-go.git synced 2025-12-23 22:11:00 +02:00
Files
android-go/example/android/Makefile
2016-05-26 03:57:18 +03:00

22 lines
416 B
Makefile

all: project build
build:
ndk-build
ant debug
install:
ndk-build
ant debug install
project:
# (optional) android list targets
android update project --target android-23 --name GolangExample --path .
project-n:
android update project --target android-N --name GolangExample --path .
clean:
rm -rf libs obj bin gen jni/lib
rm -f proguard-project.txt project.properties
rm -f local.properties build.xml