2015-11-23 17:27:12 +01:00
|
|
|
config BR2_PACKAGE_HOST_ANDROID_TOOLS
|
2016-05-14 23:09:15 +02:00
|
|
|
bool "host android-tools"
|
2016-05-15 21:32:20 +02:00
|
|
|
select BR2_PACKAGE_HOST_ANDROID_TOOLS_ADB if \
|
|
|
|
!BR2_PACKAGE_HOST_ANDROID_TOOLS_FASTBOOT
|
2016-05-14 23:09:15 +02:00
|
|
|
help
|
|
|
|
This package contains the fastboot and adb utilities, that
|
|
|
|
can be used to interact with target devices using of these
|
|
|
|
protocols.
|
2015-11-23 17:27:12 +01:00
|
|
|
|
|
|
|
if BR2_PACKAGE_HOST_ANDROID_TOOLS
|
|
|
|
|
|
|
|
config BR2_PACKAGE_HOST_ANDROID_TOOLS_FASTBOOT
|
2016-05-14 23:09:15 +02:00
|
|
|
bool "fastboot"
|
|
|
|
help
|
|
|
|
This option will build and install the fastboot utility for
|
|
|
|
the host, which can be used to reflash target devices
|
|
|
|
implementing the fastboot protocol.
|
2015-11-23 17:27:12 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_HOST_ANDROID_TOOLS_ADB
|
2016-05-14 23:09:15 +02:00
|
|
|
bool "adb"
|
|
|
|
help
|
|
|
|
This option will build and install the adb utility for the
|
|
|
|
host, which can be used to interact with target devices
|
|
|
|
implementing the ADB protocol.
|
2015-11-23 17:27:12 +01:00
|
|
|
|
|
|
|
endif
|