Removed problematic target assignation in setup_env.bat, and improved setup of test...
[pub/Android/ownCloud.git] / setup_env.bat
1 git submodule init
2 git submodule update
3 call android.bat update project -p actionbarsherlock\library
4 call android.bat update project -p .
5 copy /Y third_party\android-support-library\android-support-v4.jar actionbarsherlock\library\libs\android-support-v4.jar
6 call android.bat update test-project -p tests -m ..