Migrating PhoneInterface (Irrigation and SpeakerLocator) from old to new Nexus 5X...
[iot2.git] / benchmarks / other / PhoneInterface / Irrigation / Makefile
diff --git a/benchmarks/other/PhoneInterface/Irrigation/Makefile b/benchmarks/other/PhoneInterface/Irrigation/Makefile
new file mode 100644 (file)
index 0000000..5463f9f
--- /dev/null
@@ -0,0 +1,14 @@
+BASE := ../../../..
+
+include $(BASE)/common.mk
+
+all:
+       chmod +x gradlew
+       ./gradlew assembleDebug
+
+install:
+       adb -d install ./app/build/outputs/apk/app-debug.apk
+
+clean:
+       ./gradlew clean
+