blob: db228daac1deac0678ba3d5fbebce9d5320dd3c5 [file] [log] [blame]
#!/bin/sh
APP=bin/SFLPhoneHome-debug.apk
all: local.properties
ndk-build -C jni -j4
ant debug
local.properties:
android update project -p .
# You may want to specify a device with -s SERIAL NUMBER
install: $(APP)
adb install -r $^
uninstall:
adb uninstall com.savoirfairelinux.sflphone
clean:
rm -rf obj