diff options
Diffstat (limited to 'package/android-tools/Config.in')
| -rw-r--r-- | package/android-tools/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/android-tools/Config.in b/package/android-tools/Config.in index 19772ad4d7..96e36e6cd7 100644 --- a/package/android-tools/Config.in +++ b/package/android-tools/Config.in @@ -34,13 +34,13 @@ config BR2_PACKAGE_ANDROID_TOOLS_FASTBOOT_GOOD_KERNEL_HEADERS config BR2_PACKAGE_ANDROID_TOOLS_FASTBOOT bool "fastboot" - select BR2_PACKAGE_LIBSELINUX - select BR2_PACKAGE_ZLIB depends on BR2_TOOLCHAIN_HAS_THREADS # libselinux depends on !BR2_STATIC_LIBS # libselinux depends on BR2_TOOLCHAIN_USES_GLIBC # libselinux depends on !BR2_arc # libselinux depends on BR2_PACKAGE_ANDROID_TOOLS_FASTBOOT_GOOD_KERNEL_HEADERS + 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 |

