From 76b8cbce1cea9668375b4ad443138b0497606fa1 Mon Sep 17 00:00:00 2001 From: luciferWei Date: Wed, 30 Apr 2025 11:43:57 +0800 Subject: [PATCH] =?UTF-8?q?Feat=EF=BC=9A=E4=BF=AE=E6=94=B9=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E9=97=AE=E9=A2=98=20=20\nSigned-off-by:=20LuciferWei?= =?UTF-8?q?=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: luciferWei --- services/flashd/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/services/flashd/BUILD.gn b/services/flashd/BUILD.gn index 93be03b4..d6caa474 100644 --- a/services/flashd/BUILD.gn +++ b/services/flashd/BUILD.gn @@ -73,6 +73,7 @@ common_sources = [ "${HDC_PATH}/common/transfer.cpp", "${HDC_PATH}/common/usb.cpp", "${HDC_PATH}/common/uv_status.cpp", + "${HDC_PATH}/common/server_cmd_log.cpp", ] config("flashd_hdc_config") { -- Gitee