From df55bf5ceac7d1996bd603c7db78e16291406c5f Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Thu, 9 Feb 2023 03:31:53 +0800 Subject: [PATCH] system/adb: Update to 305007e0e574e7cc2b8d706b0f5d8cc76675fc51 which contain the fix: https://github.com/spiriou/microADB/pull/34 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 6ee189769..beba55b86 100644 --- a/system/adb/Makefile +++ b/system/adb/Makefile @@ -21,7 +21,7 @@ include $(APPDIR)/Make.defs ADBD_URL ?= "https://github.com/spiriou/microADB/archive" -ADBD_VERSION ?= 5b3c9229e70f74fedfbbf1a0b9000836c9a34789 +ADBD_VERSION ?= 305007e0e574e7cc2b8d706b0f5d8cc76675fc51 ADB_DIR := $(APPDIR)/system/adb ADB_UNPACKNAME := microADB