am 799754e1: Merge "Tools package was missing proguard.bat"
Merge commit '799754e18b7ce057a9aab8ea243f7dfd1d4edb44' into gingerbread-plus-aosp * commit '799754e18b7ce057a9aab8ea243f7dfd1d4edb44': Tools package was missing proguard.bat
This commit is contained in:
@@ -161,6 +161,7 @@ function package() {
|
||||
LIB="$TEMP_SDK_DIR/tools/lib"
|
||||
rm -v "$TOOLS"/{adb,android,apkbuilder,ddms,dmtracedump,draw9patch,emulator,etc1tool}
|
||||
rm -v "$TOOLS"/{hierarchyviewer,hprof-conv,layoutopt,mksdcard,sqlite3,traceview,zipalign,monkeyrunner}
|
||||
rm -v "$TOOLS"/proguard/bin/*.sh
|
||||
rm -v "$LIB"/*/swt.jar
|
||||
rm -v "$PLATFORM_TOOLS"/{aapt,aidl,dx,dexdump}
|
||||
|
||||
@@ -171,6 +172,7 @@ function package() {
|
||||
cp -v prebuilt/windows/swt/swt.jar "$LIB"/x86/
|
||||
mkdir -pv "$LIB"/x86_64
|
||||
cp -v prebuilt/windows-x86_64/swt/swt.jar "$LIB"/x86_64/
|
||||
cp -v external/proguard/bin/*.bat "$TOOLS"/proguard/bin/
|
||||
|
||||
# Copy the SDK Manager (aka sdklauncher) to the root of the SDK (it was copied in tools above)
|
||||
# and move it also in SDK/tools/lib (so that tools updates can update the root one too)
|
||||
|
||||
@@ -27,6 +27,7 @@ PLATFORM_TOOLS=$TEMP_SDK_DIR/platform-tools
|
||||
LIB=$TEMP_SDK_DIR/tools/lib
|
||||
rm $V $TOOLS/{android,apkbuilder,ddms,dmtracedump,draw9patch,emulator,etc1tool}
|
||||
rm $V $TOOLS/{hierarchyviewer,hprof-conv,layoutopt,mksdcard,sqlite3,traceview,zipalign,monkeyrunner}
|
||||
rm $V $TOOLS/proguard/bin/*.sh
|
||||
rm $V $LIB/*/swt.jar
|
||||
rm $V $PLATFORM_TOOLS/{adb,aapt,aidl,dx,dexdump}
|
||||
|
||||
@@ -37,6 +38,7 @@ mkdir -pv $LIB/x86
|
||||
cp $V ${TOPDIR}prebuilt/windows/swt/swt.jar $LIB/x86/
|
||||
mkdir -pv $LIB/x86_64
|
||||
cp $V ${TOPDIR}prebuilt/windows-x86_64/swt/swt.jar $LIB/x86_64/
|
||||
cp $V ${TOPDIR}external/proguard/bin/*.bat $TOOLS/proguard/bin/
|
||||
|
||||
# Copy the SDK Manager (aka sdklauncher) to the root of the SDK (it was copied in tools above)
|
||||
# and move it also in SDK/tools/lib (so that tools updates can update the root one too)
|
||||
|
||||
Reference in New Issue
Block a user