system/adb: Download the latest package

to fix error: microADB/hal/hal_uv.c:32:38: error:
a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2023-09-12 10:17:16 +08:00 committed by Xiang Xiao
parent 1f96e32fcd
commit 8f58d34e06

View File

@ -21,7 +21,7 @@
include $(APPDIR)/Make.defs
ADBD_URL ?= "https://github.com/spiriou/microADB/archive"
ADBD_VERSION ?= 494ef47c614722bb521db09fa7fa9286ab54db84
ADBD_VERSION ?= b0bc09a7612000186df723f2fe55705b1c2fe873
ADB_DIR := $(APPDIR)/system/adb
ADB_UNPACKNAME := microADB