Merge change 20765 into donut
* changes: BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK
This commit is contained in:
@@ -195,9 +195,9 @@ function package() {
|
||||
# Now move the final zip from the temp dest to the final dist dir
|
||||
mv -v "$TEMP_DIR/$DEST_NAME_ZIP" "$DIST_DIR/$DEST_NAME_ZIP"
|
||||
|
||||
# We want fastboot and adb next to the new SDK
|
||||
for i in fastboot.exe adb.exe AdbWinApi.dll; do
|
||||
mv -vf out/host/windows-x86/bin/$i "$DIST_DIR"/$i
|
||||
# We want fastboot and adb (and its DLLs) next to the new SDK
|
||||
for i in fastboot.exe adb.exe AdbWinApi.dll AdbWinUsbApi.dll; do
|
||||
cp -vf out/host/windows-x86/bin/$i "$DIST_DIR"/$i
|
||||
done
|
||||
|
||||
echo "Done"
|
||||
|
||||
@@ -6,7 +6,8 @@ LOCAL_PREBUILT_LIBS := \
|
||||
AdbWinApi.a
|
||||
|
||||
LOCAL_PREBUILT_EXECUTABLES := \
|
||||
AdbWinApi.dll
|
||||
AdbWinApi.dll \
|
||||
AdbWinUsbApi.dll
|
||||
|
||||
.PHONY : kill-adb
|
||||
|
||||
|
||||
Reference in New Issue
Block a user