setup_env.sh 357 B

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