android-tools: fix Config.in indentation

Config.in files should be indented using <tab>.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2016-05-11 22:45:25 +02:00
parent 602c76cb8b
commit cfac2c01c3

View File

@ -1,40 +1,40 @@
config BR2_PACKAGE_ANDROID_TOOLS config BR2_PACKAGE_ANDROID_TOOLS
bool "android-tools" bool "android-tools"
select BR2_PACKAGE_ANDROID_TOOLS_ADBD if \ select BR2_PACKAGE_ANDROID_TOOLS_ADBD if \
!BR2_PACKAGE_ANDROID_TOOLS_FASTBOOT && \ !BR2_PACKAGE_ANDROID_TOOLS_FASTBOOT && \
!BR2_PACKAGE_ANDROID_TOOLS_ADB !BR2_PACKAGE_ANDROID_TOOLS_ADB
help help
This package contains the fastboot and adb utilities, that This package contains the fastboot and adb utilities, that
can be used to interact with target devices using of these can be used to interact with target devices using of these
protocols. protocols.
if BR2_PACKAGE_ANDROID_TOOLS if BR2_PACKAGE_ANDROID_TOOLS
config BR2_PACKAGE_ANDROID_TOOLS_FASTBOOT config BR2_PACKAGE_ANDROID_TOOLS_FASTBOOT
bool "fastboot" bool "fastboot"
select BR2_PACKAGE_LIBSELINUX select BR2_PACKAGE_LIBSELINUX
select BR2_PACKAGE_ZLIB select BR2_PACKAGE_ZLIB
help help
This option will build and install the fastboot utility for This option will build and install the fastboot utility for
the target, which can be used to reflash other target devices the target, which can be used to reflash other target devices
implementing the fastboot protocol. implementing the fastboot protocol.
config BR2_PACKAGE_ANDROID_TOOLS_ADB config BR2_PACKAGE_ANDROID_TOOLS_ADB
bool "adb" bool "adb"
select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_ZLIB select BR2_PACKAGE_ZLIB
help help
This option will build and install the adb utility for the This option will build and install the adb utility for the
target, which can be used to interact with other target target, which can be used to interact with other target
devices implementing the ADB protocol. devices implementing the ADB protocol.
config BR2_PACKAGE_ANDROID_TOOLS_ADBD config BR2_PACKAGE_ANDROID_TOOLS_ADBD
bool "adbd" bool "adbd"
select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_ZLIB select BR2_PACKAGE_ZLIB
help help
This option will build and install the adbd utility for the This option will build and install the adbd utility for the
target, which can be used to interact with a host machine target, which can be used to interact with a host machine
implementing the ADB protocol. implementing the ADB protocol.
endif endif