config BR2_PACKAGE_ANDROID_TOOLS
bool "android-tools"
+ # adb/adbd needs mmu
select BR2_PACKAGE_ANDROID_TOOLS_ADBD if \
!BR2_PACKAGE_ANDROID_TOOLS_FASTBOOT && \
- !BR2_PACKAGE_ANDROID_TOOLS_ADB
+ !BR2_PACKAGE_ANDROID_TOOLS_ADB && \
+ BR2_USE_MMU
+ select BR2_PACKAGE_ANDROID_TOOLS_FASTBOOT if \
+ !BR2_USE_MMU
help
This package contains the fastboot and adb utilities, that
can be used to interact with target devices using of these
config BR2_PACKAGE_ANDROID_TOOLS_ADB
bool "adb"
+ depends on BR2_USE_MMU # uses fork()
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_ZLIB
help
config BR2_PACKAGE_ANDROID_TOOLS_ADBD
bool "adbd"
+ depends on BR2_USE_MMU # uses fork()
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_ZLIB
help