From eca5189c071fea5ec3b120db98379d488cda932c Mon Sep 17 00:00:00 2001 From: luciferWei Date: Wed, 27 Aug 2025 14:28:31 +0800 Subject: [PATCH] =?UTF-8?q?Feat=EF=BC=9A=E5=88=A0=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E6=96=87=E4=BB=B6=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 - test/unittest/flashd_test/BUILD.gn | 1 - 2 files changed, 2 deletions(-) diff --git a/services/flashd/BUILD.gn b/services/flashd/BUILD.gn index d8f02b30..59bee51c 100644 --- a/services/flashd/BUILD.gn +++ b/services/flashd/BUILD.gn @@ -58,7 +58,6 @@ common_sources = [ "${HDC_PATH}/common/channel.cpp", "${HDC_PATH}/common/circle_buffer.cpp", "${HDC_PATH}/common/compress.cpp", - "${HDC_PATH}/common/debug.cpp", "${HDC_PATH}/common/decompress.cpp", "${HDC_PATH}/common/entry.cpp", "${HDC_PATH}/common/file.cpp", diff --git a/test/unittest/flashd_test/BUILD.gn b/test/unittest/flashd_test/BUILD.gn index 590bdba6..c26998d8 100644 --- a/test/unittest/flashd_test/BUILD.gn +++ b/test/unittest/flashd_test/BUILD.gn @@ -31,7 +31,6 @@ ohos_unittest("flashd_unittest") { "${HDC_PATH}/common/channel.cpp", "${HDC_PATH}/common/circle_buffer.cpp", "${HDC_PATH}/common/compress.cpp", - "${HDC_PATH}/common/debug.cpp", "${HDC_PATH}/common/decompress.cpp", "${HDC_PATH}/common/entry.cpp", "${HDC_PATH}/common/file.cpp", -- Gitee