adb: fix package description

Signed-off-by: Matt Mets <matt@blinkinlabs.com>
This commit is contained in:
Matt Mets 2017-10-28 03:27:53 +08:00 committed by Hauke Mehrtens
parent 1c4415a679
commit 851644bf5b

View file

@ -28,7 +28,7 @@ define Package/adb
DEPENDS:=+zlib +libopenssl +libpthread DEPENDS:=+zlib +libopenssl +libpthread
endef endef
define Package/bridge/description define Package/adb/description
Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device.
endef endef