• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

development


Commit MetaInfo

修订版ff22514931539168e399681a33e40aa62895b827 (tree)
时间2011-01-30 02:00:30
作者Raphael <raphael@goog...>
CommiterAndroid Git Automerger

Log Message

am b24ee05b: am 6a691b3e: resolved conflicts for merge of 1adaa571 to gingerbread-plus-aosp

* commit 'b24ee05ba02eb77494622680e14352b16da51149':

unix2dos command, used by win SDK, has been renamed under Lucid.

更改概述

差异

--- a/build/tools/patch_windows_sdk.sh
+++ b/build/tools/patch_windows_sdk.sh
@@ -30,7 +30,7 @@ WIN_OUT_DIR=$2
3030 TOPDIR=${TOPDIR:-$3}
3131
3232 # 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".
3434 UNIX2DOS=`which unix2dos`
3535 if [[ ! -x $UNIX2DOS ]]; then
3636 UNIX2DOS=`which todos`
@@ -115,3 +115,4 @@ ${TOPDIR}sdk/build/patch_windows_sdk.sh $Q ${TEMP_SDK_DIR} ${WIN_OUT_DIR} ${TOPD
115115 for i in fastboot.exe adb.exe AdbWinApi.dll AdbWinUsbApi.dll; do
116116 cp -f $V $WIN_OUT_DIR/host/windows-x86/bin/$i $TEMP_SDK_DIR/../$i
117117 done
118+