update name of target SDK version (but not the version itself)

This commit is contained in:
Eric House 2014-01-07 07:19:47 -08:00
parent 0fb4c19ca7
commit af801997ef
2 changed files with 2 additions and 2 deletions

View file

@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
target=Google Inc.:Google APIs:14
target=android-14

View file

@ -2,7 +2,7 @@
set -u -e
TARGET="Google Inc.:Google APIs:14"
TARGET="android-14"
usage() {
echo "usage: $0 [--target TARGET]"