summaryrefslogtreecommitdiff
path: root/platform/android/viewer/Makefile
blob: cc557b85e71c357b116f87d9ab2fc4a9be3914e6 (plain)
1
2
3
4
5
6
7
default:
	ndk-build
	ant debug

install:
	ndk-build
	ant debug install