diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2011-01-29 11:13:08 -0800 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2011-01-29 11:13:54 -0800 |
commit | ce2fdae0e68a8a63ddf46eb2718fb5fd39ff5d52 (patch) | |
tree | 077334ff67c9bff3f484786a901ecd1f3f337695 /build/tools | |
parent | 8f823fd4a47ac9fbb234d22c31566762eff565a2 (diff) | |
parent | 1adaa57108517bc4ea45c9fe4881390f056354d8 (diff) | |
download | android_development-ce2fdae0e68a8a63ddf46eb2718fb5fd39ff5d52.tar.gz android_development-ce2fdae0e68a8a63ddf46eb2718fb5fd39ff5d52.tar.bz2 android_development-ce2fdae0e68a8a63ddf46eb2718fb5fd39ff5d52.zip |
Merge 1adaa571 from gingerbread
Change-Id: Ic4be80eea5331f2b32b507dd6546b86383306f94
Diffstat (limited to 'build/tools')
-rwxr-xr-x | build/tools/patch_windows_sdk.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/tools/patch_windows_sdk.sh b/build/tools/patch_windows_sdk.sh index 842fb47a1..b849c8992 100755 --- a/build/tools/patch_windows_sdk.sh +++ b/build/tools/patch_windows_sdk.sh @@ -30,7 +30,7 @@ WIN_OUT_DIR=$2 TOPDIR=${TOPDIR:-$3} # The unix2dos is provided by the APT package "tofrodos". However -# as for ubuntu lucid, the package renamed the command to "todos". +# as of ubuntu lucid, the package renamed the command to "todos". UNIX2DOS=`which unix2dos` if [[ ! -x $UNIX2DOS ]]; then UNIX2DOS=`which todos` @@ -115,3 +115,4 @@ ${TOPDIR}sdk/build/patch_windows_sdk.sh $Q ${TEMP_SDK_DIR} ${WIN_OUT_DIR} ${TOPD for i in fastboot.exe adb.exe AdbWinApi.dll AdbWinUsbApi.dll; do cp -f $V $WIN_OUT_DIR/host/windows-x86/bin/$i $TEMP_SDK_DIR/../$i done + |