Windows SDK: copy SDK Setup.exe at root of SDK.

Also add a source.properties (we'll install it on the vendor/google
script part of the script).

SDK BUG 2173135

Change-Id: Icb0f22a65ffd819bf7b0f48adbec51cbc1243f71
This commit is contained in:
Raphael
2009-10-14 06:52:59 -07:00
parent e19c02984f
commit 62437b9984
2 changed files with 8 additions and 1 deletions

View File

@@ -99,7 +99,7 @@ function build() {
fastboot \
hprof-conv \
mksdcard \
sqlite3 \
sdklauncher sqlite3 \
zipalign \
|| die "Build failed"
}
@@ -153,6 +153,9 @@ function package() {
mkdir -pv "$LIB"/x86_64
cp -v prebuilt/windows-x86_64/swt/swt.jar "$LIB"/x86_64/
# Move the SDK Setup (aka sdklauncher) to the root of the SDK (it was copied in tools above)
mv "$TOOLS/sdklauncher.exe" "$TEMP_SDK_DIR/SDK Setup.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

@@ -0,0 +1,4 @@
Pkg.Revision=1
Archive.Os=WINDOWS
Archive.Arch=ANY
Extra.Path=usb_driver