[build] 源码编译wingdows SDK工具(fastboot, adb)

源码编译SDK工具

android 版本不同编译方法也随之改变,具体可参考源码文档
文档路径:sdk/docs/howto_build_SDK.txt
输出路径:out/host/windows-x86/bin/

C- Building just the tools
--------------------------------------

You can also build isolated windows tools directly on Linux without building
the full SDK.

To build, perform the following steps:

  $ cd ~/my-android-git
  $ . build/envsetup.sh
  $ lunch sdk-eng
  $ make winsdk-tools

posted @ 2017-05-06 12:44  蓬蒿人Zlq  阅读(624)  评论(0编辑  收藏  举报