| #!/bin/sh | |
| #****************************************************************************** | |
| # This shell script pulls together the pieces that make up the Android SDK | |
| # distribution and builds a single zip file containing those pieces. | |
| # | |
| # The version of the SDK should be passed in as an argument. | |
| # Example: build_sdk_zip.sh 1.4.3 | |
| #****************************************************************************** | |
| mvn clean install |