diff options
author | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-02-07 14:00:37 +0100 |
---|---|---|
committer | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-02-07 14:00:37 +0100 |
commit | 4dacf22c41aa41c652ac1e898588acf2b10c489c (patch) | |
tree | 67d08b8a3a6a44b14356e779370ebce7a38040c5 | |
parent | bfe835a58edab5d41831f87e86ec534786db4d4e (diff) |
Add simple build script.
-rwxr-xr-x | same-android/build_and_run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/same-android/build_and_run.sh b/same-android/build_and_run.sh new file mode 100755 index 0000000..a4b7234 --- /dev/null +++ b/same-android/build_and_run.sh @@ -0,0 +1 @@ +mvn compile package android:deploy android:run |