2013-07-22 17:57:10 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# make sure your Android SDK tools path is set in SDK_BASE
|
2014-11-14 17:48:50 +00:00
|
|
|
android update project -t android-21 --path . --name Orbot --subprojects
|
2014-11-17 21:04:08 +00:00
|
|
|
android update lib-project -t android-21 --path external/appcompat
|
|
|
|
android update lib-project -t android-21 --path external/superuser-commands/RootCommands-Library/
|