development
修訂 | 6a691b3ed872ed42d83ef52a0f975cfc5b3c638a (tree) |
---|---|
時間 | 2011-01-28 14:46:19 |
作者 | Raphael <raphael@goog...> |
Commiter | Raphael |
resolved conflicts for merge of 1adaa571 to gingerbread-plus-aosp
Change-Id: I6c2ea537a9f6dce3c5d54b8c3c720b49058fea68
@@ -30,7 +30,7 @@ WIN_OUT_DIR=$2 | ||
30 | 30 | TOPDIR=${TOPDIR:-$3} |
31 | 31 | |
32 | 32 | # The unix2dos is provided by the APT package "tofrodos". However |
33 | -# as for ubuntu lucid, the package renamed the command to "todos". | |
33 | +# as of ubuntu lucid, the package renamed the command to "todos". | |
34 | 34 | UNIX2DOS=`which unix2dos` |
35 | 35 | if [[ ! -x $UNIX2DOS ]]; then |
36 | 36 | UNIX2DOS=`which todos` |
@@ -111,3 +111,4 @@ ${TOPDIR}sdk/build/patch_windows_sdk.sh $Q ${TEMP_SDK_DIR} ${WIN_OUT_DIR} ${TOPD | ||
111 | 111 | for i in fastboot.exe adb.exe AdbWinApi.dll AdbWinUsbApi.dll; do |
112 | 112 | cp -f $V $WIN_OUT_DIR/host/windows-x86/bin/$i $TEMP_SDK_DIR/../$i |
113 | 113 | done |
114 | + |