setup_env.sh 412 B

12345678910
  1. #!/bin/bash
  2. git submodule init
  3. git submodule update
  4. android update project -p actionbarsherlock/library -n ActionBarSherlock
  5. android update lib-project -p owncloud-android-library
  6. android update project -p .
  7. android update project -p oc_jb_workaround
  8. cp third_party/android-support-library/android-support-v4.jar actionbarsherlock/library/libs/android-support-v4.jar
  9. android update test-project -p tests -m ..