linuxOS_AP06/buildroot/package/android-adb/Config.in

17 lines
358 B
Plaintext
Raw Normal View History

2025-06-03 04:28:32 +00:00
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