From 8f58d34e06eeaf7cc31e6514b8c2df50bb9a3196 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Tue, 12 Sep 2023 10:17:16 +0800 Subject: [PATCH] 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 --- system/adb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/adb/Makefile b/system/adb/Makefile index 34f9701b2..7926dec74 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 ?= 494ef47c614722bb521db09fa7fa9286ab54db84 +ADBD_VERSION ?= b0bc09a7612000186df723f2fe55705b1c2fe873 ADB_DIR := $(APPDIR)/system/adb ADB_UNPACKNAME := microADB