system/adb: Always download the last microADB from github

to get the update automatically

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2024-05-11 09:43:01 +08:00 committed by Alan Carvalho de Assis
parent bc68ce993b
commit b00041a9b0

View File

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