default:
	ndk-build
	ant debug

install:
	ndk-build
	ant debug install
