android-tools: fix Config.in indentation
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 11 May 2016 20:45:25 +0000 (22:45 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 11 May 2016 20:45:25 +0000 (22:45 +0200)
Config.in files should be indented using <tab>.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/android-tools/Config.in

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