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
6 This package contains the fastboot and adb utilities, that
7 can be used to interact with target devices using of these
10 if BR2_PACKAGE_HOST_ANDROID_TOOLS
12 config BR2_PACKAGE_HOST_ANDROID_TOOLS_FASTBOOT
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.
19 config BR2_PACKAGE_HOST_ANDROID_TOOLS_ADB
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.