Adding config file for sharing.
[iot2.git] / benchmarks / other / PhoneInterface / SpeakerLocator / Makefile
1 BASE := ../../../..
2
3 include $(BASE)/common.mk
4
5 all:
6         chmod +x gradlew
7         ./gradlew assembleDebug
8
9 install:
10         adb -d install -r  ./app/build/outputs/apk/app-debug.apk
11
12 clean:
13         ./gradlew clean
14