blob: 85d9cade1a349012ef1ea41a6f5c442574a9d458 [file] [log] [blame]
Tristan Matthewsccf51e32013-07-18 14:40:51 -04001#!/bin/sh
2
Tristan Matthews5bb1b5d2013-07-18 14:32:58 -04003APP=bin/SFLPhoneHome-debug.apk
Tristan Matthews322b9fd2013-07-18 15:55:43 -04004all: local.properties
Tristan Matthews5bb1b5d2013-07-18 14:32:58 -04005 ndk-build -C jni -j4
6 ant debug
7
Tristan Matthews322b9fd2013-07-18 15:55:43 -04008local.properties:
9 android update project -p .
10
Tristan Matthews5bb1b5d2013-07-18 14:32:58 -040011# You may want to specify a device with -s SERIAL NUMBER
12install: $(APP)
13 adb install -r $^
14
15clean:
Tristan Matthews322b9fd2013-07-18 15:55:43 -040016 rm -rf obj