From 1a916a0050e34f9d7fa9f37f5861a39b74e5d126 Mon Sep 17 00:00:00 2001 From: luciferWei Date: Mon, 28 Apr 2025 11:33:22 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9AFix=20Compile=20Error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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