add buildscripts for environment setup and building with ant
[pub/Android/ownCloud.git] / setup_env.sh
diff --git a/setup_env.sh b/setup_env.sh
new file mode 100755 (executable)
index 0000000..7ac09ab
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+git submodule init
+git submodule update
+android update project -p actionbarsherlock/library
+android update project -p .
+