From b00041a9b03dcd7c6038d73c0a46ccfd5a01e9ef Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sat, 11 May 2024 09:43:01 +0800 Subject: [PATCH] system/adb: Always download the last microADB from github to get the update automatically Signed-off-by: Xiang Xiao --- system/adb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/adb/Makefile b/system/adb/Makefile index ca8f3ce12..67b702c38 100644 --- a/system/adb/Makefile +++ b/system/adb/Makefile @@ -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