summaryrefslogtreecommitdiff
path: root/package/android-tools
diff options
context:
space:
mode:
authorSamuel Martin <s.martin49@gmail.com>2016-05-14 23:09:15 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-05-15 21:31:58 +0200
commit9624685030e7a310459dd98922e33b472ec05ba3 (patch)
tree587fdbe53af7de5c7a773d2f6a3478c8960c699a /package/android-tools
parent07144093d4fd0d5c6f59006a0e58fd5074da0f92 (diff)
package/android-tools: fix indentation in Config.in.host
Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/android-tools')
-rw-r--r--package/android-tools/Config.in.host34
1 files changed, 17 insertions, 17 deletions
diff --git a/package/android-tools/Config.in.host b/package/android-tools/Config.in.host
index 1c3a5199a..432601432 100644
--- a/package/android-tools/Config.in.host
+++ b/package/android-tools/Config.in.host
@@ -1,26 +1,26 @@
config BR2_PACKAGE_HOST_ANDROID_TOOLS
- bool "host android-tools"
- select BR2_PACKAGE_ANDROID_TOOLS_ADB if \
- !BR2_PACKAGE_ANDROID_TOOLS_FASTBOOT
- help
- This package contains the fastboot and adb utilities, that
- can be used to interact with target devices using of these
- protocols.
+ bool "host android-tools"
+ select BR2_PACKAGE_ANDROID_TOOLS_ADB if \
+ !BR2_PACKAGE_ANDROID_TOOLS_FASTBOOT
+ 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_HOST_ANDROID_TOOLS
config BR2_PACKAGE_HOST_ANDROID_TOOLS_FASTBOOT
- 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.
+ 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.
config BR2_PACKAGE_HOST_ANDROID_TOOLS_ADB
- 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.
+ 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.
endif