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:
@@ -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