# HG changeset patch # User Carl Byington # Date 1403620555 25200 # Node ID f769411a72ce99f78ed09d9c010d4e54b3145b1d # Parent 42a5337cbcdd7b9b289d37a2814b17347cc83d2b setup for signed release builds diff -r 42a5337cbcdd -r f769411a72ce Makefile --- a/Makefile Tue Jun 24 07:32:11 2014 -0700 +++ b/Makefile Tue Jun 24 07:35:55 2014 -0700 @@ -1,13 +1,18 @@ #mc40 is "On Device Storage" #tc55 is "Internal Storage" +style=release dest=/run/user/1000/gvfs/mtp*/*torage/Download -apk='bin/510ConnectbotMonitor-debug.apk' +apk='bin/510ConnectbotMonitor-$(style).apk' all: - hg pull; hg update; rm -rf gen bin + hg pull; hg update + make builder + +builder: + rm -rf gen bin android update project -p . -t android-16 - ant debug + ant $(style) install: cp $(apk) $(dest)