linuxOS_AP06/buildroot/package/android-adb/Config.in
2025-06-03 12:28:32 +08:00

17 lines
358 B
Plaintext

config BR2_PACKAGE_ANDROID_ADB
bool "android-adb"
depends on !BR2_PACKAGE_ANDROID_TOOLS_ADB
select BR2_PACKAGE_LIBUSB
select BR2_PACKAGE_OPENSSL
help
Client tool for Android Debug Bridge.
if BR2_PACKAGE_ANDROID_ADB
config BR2_PACKAGE_ANDROID_ADB_STATIC
bool "Enable static"
select BR2_PACKAGE_LIBUSB_STATIC
default y if BR2_STATIC_LIBS
endif