Commit Graph

9 Commits

Author SHA1 Message Date
Jack Palevich
8a6f7e50b4 Upgrade personal build scripts
Use environment variable ANDROID_NDK_ROOT instead of hard coded path.

These scripts still aren't useful for anyone besides me. Sorry!
2012-05-06 10:48:50 -07:00
Jack Palevich
ce9557eb3c Update build script for NDK version 7b 2012-03-25 18:14:12 -07:00
Jack Palevich
ee721c5a17 Create Android 1.5 version of notification icon.
Use MDPI version, as Android 1.5 devices are defined to be MDPI.
2011-10-24 09:50:26 -07:00
Jack Palevich
d7e13467d9 Update service notification icon.
Used "Android Asset Studio" to create the icons from a template.
2011-10-24 09:34:18 -07:00
Jack Palevich
3a738cdb91 Update private build tool to support NDK r6b 2011-09-18 10:09:24 -07:00
Jack Palevich
c19d57e13d Rename the rt tool to pushAndRun
This tool is used to build and test the terminal emulator.
2011-06-18 21:19:50 +08:00
Jack Palevich
f37de5004b Housekeeping odds-and-ends.
Make sure the release build is a clean build.
Regenerate build.xml
Add update.sh script for regenerating build.xml
2011-04-25 10:13:02 -07:00
Jack Palevich
e1f6e9eabb Rename buld tool, and make it build the JNI code as well. 2011-04-23 12:15:23 -07:00
Jack Palevich
71150215a2 Add support for Android 1.5
+ set minSdkVersion to 3, so we run on Android 1.5
+ set targetSdkVersion to 11, so we run without compatability hacks.
   - otherwise the terminal emulator screen size calculation is
     incorrect and scrolling doesn't work on Android 2.3 devices.
+ add a res/drawable/app_terminal.png file, so that we get a
  custom launcher icon on Android 1.5 devices.

+ bump version name to 1.0.22.

+ add files to support building from command line using "ant".
2011-04-10 15:24:05 -07:00