]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/android-tools/Config.in.host
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / android-tools / Config.in.host
1 config BR2_PACKAGE_HOST_ANDROID_TOOLS
2         bool "host android-tools"
3         select BR2_PACKAGE_HOST_ANDROID_TOOLS_ADB if \
4                 !BR2_PACKAGE_HOST_ANDROID_TOOLS_FASTBOOT
5         help
6           This package contains the fastboot and adb utilities, that
7           can be used to interact with target devices using of these
8           protocols.
9
10 if BR2_PACKAGE_HOST_ANDROID_TOOLS
11
12 config BR2_PACKAGE_HOST_ANDROID_TOOLS_FASTBOOT
13         bool "fastboot"
14         help
15           This option will build and install the fastboot utility for
16           the host, which can be used to reflash target devices
17           implementing the fastboot protocol.
18
19 config BR2_PACKAGE_HOST_ANDROID_TOOLS_ADB
20         bool "adb"
21         help
22           This option will build and install the adb utility for the
23           host, which can be used to interact with target devices
24           implementing the ADB protocol.
25
26 endif