Added workaround app project to environment setup files
[pub/Android/ownCloud.git] / setup_env.bat
index 3017600..265ff59 100644 (file)
@@ -2,5 +2,6 @@ call git submodule init
 call git submodule update
 call android.bat update project -p actionbarsherlock\library -n ActionBarSherlock
 call android.bat update project -p .
+call android.bat update project -p oc_jb_workaround
 copy /Y third_party\android-support-library\android-support-v4.jar actionbarsherlock\library\libs\android-support-v4.jar
 call android.bat update test-project -p tests -m ..