am 62437b99: Windows SDK: copy SDK Setup.exe at root of SDK.
Merge commit '62437b9984649c80aa3a7d93750efdc5ff206d07' into eclair-mr2 * commit '62437b9984649c80aa3a7d93750efdc5ff206d07': Windows SDK: copy SDK Setup.exe at root of SDK.
This commit is contained in:
@@ -99,7 +99,7 @@ function build() {
|
|||||||
fastboot \
|
fastboot \
|
||||||
hprof-conv \
|
hprof-conv \
|
||||||
mksdcard \
|
mksdcard \
|
||||||
sqlite3 \
|
sdklauncher sqlite3 \
|
||||||
zipalign \
|
zipalign \
|
||||||
|| die "Build failed"
|
|| die "Build failed"
|
||||||
}
|
}
|
||||||
@@ -153,6 +153,9 @@ function package() {
|
|||||||
mkdir -pv "$LIB"/x86_64
|
mkdir -pv "$LIB"/x86_64
|
||||||
cp -v prebuilt/windows-x86_64/swt/swt.jar "$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:
|
# If you want the emulator NOTICE in the tools dir, uncomment the following line:
|
||||||
# cp -v external/qemu/NOTICE "$TOOLS"/emulator_NOTICE.txt
|
# cp -v external/qemu/NOTICE "$TOOLS"/emulator_NOTICE.txt
|
||||||
|
|
||||||
|
|||||||
4
tools/scripts/usbdriver_source.properties
Executable file
4
tools/scripts/usbdriver_source.properties
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
Pkg.Revision=1
|
||||||
|
Archive.Os=WINDOWS
|
||||||
|
Archive.Arch=ANY
|
||||||
|
Extra.Path=usb_driver
|
||||||
Reference in New Issue
Block a user