setup_env.sh 298 B

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