Skip to content

paladinzh/adbd-2

 
 

Repository files navigation

adbd for non-Android devices
----------------------------

To build adbd you need to specify your toolchain and openssl path to build adbd

	cd adb
	export TOOLCHAIN=<your_toolchain_path_with_prefix>
	export OPENSSL_DIR=<path_to_openssl>
	make

Thanks to:

- https://hev.cc/2227.html
- http://android.serverbox.ch/?p=1217
- http://events.linuxfoundation.org/images/stories/pdf/lf_abs12_kobayashi.pdf

Contact
-------

Yoann Sculo <yoann@sculo.fr>

About

Android Debug Bridge Daemon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 71.1%
  • C++ 27.0%
  • Assembly 0.6%
  • Python 0.5%
  • Shell 0.4%
  • Objective-C 0.2%
  • Other 0.2%