SDK: Rename "SDK Setup.exe" to "SDK Manager.exe"

Change-Id: Id85ec31d80fc12a6907d9c3404a29d28d4923abd
This commit is contained in:
Raphael Moll
2010-08-21 18:04:31 -07:00
parent 4388d2c333
commit f08d230ed0
2 changed files with 6 additions and 6 deletions

View File

@@ -172,10 +172,10 @@ function package() {
mkdir -pv "$LIB"/x86_64
cp -v prebuilt/windows-x86_64/swt/swt.jar "$LIB"/x86_64/
# Copy the SDK Setup (aka sdklauncher) to the root of the SDK (it was copied in tools above)
# 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)
cp "$TOOLS/sdklauncher.exe" "$TEMP_SDK_DIR/SDK Setup.exe"
mv "$TOOLS/sdklauncher.exe" "$LIB/SDK Setup.exe"
cp "$TOOLS/sdklauncher.exe" "$TEMP_SDK_DIR/SDK Manager.exe"
mv "$TOOLS/sdklauncher.exe" "$LIB/SDK Manager.exe"
# If you want the emulator NOTICE in the tools dir, uncomment the following line:
# cp -v external/qemu/NOTICE "$TOOLS"/emulator_NOTICE.txt

View File

@@ -38,10 +38,10 @@ 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/
# Copy the SDK Setup (aka sdklauncher) to the root of the SDK (it was copied in tools above)
# 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)
cp $TOOLS/sdklauncher.exe $TEMP_SDK_DIR/"SDK Setup.exe"
mv $TOOLS/sdklauncher.exe $LIB/"SDK Setup.exe"
cp $TOOLS/sdklauncher.exe $TEMP_SDK_DIR/"SDK Manager.exe"
mv $TOOLS/sdklauncher.exe $LIB/"SDK Manager.exe"
# Copy the emulator NOTICE in the tools dir
cp $V ${TOPDIR}external/qemu/NOTICE $TOOLS/emulator_NOTICE.txt