From 1024eb9ca1037ee27f86ecc4c44ff3fa5cc0f82b Mon Sep 17 00:00:00 2001 From: xqq879988 Date: Tue, 29 Apr 2025 17:48:46 +0800 Subject: [PATCH] =?UTF-8?q?appspawn=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E6=B6=88=E9=99=A4=E5=91=8A=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xqq879988 --- BUILD.gn | 1 - test/moduletest/BUILD.gn | 1 - 2 files changed, 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 6f87d6a3..b94f68c8 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -19,7 +19,6 @@ config("appspawn_config") { "${appspawn_innerkits_path}/include", "${appspawn_path}/modules/module_engine/include", "${appspawn_path}/util/include", - "//commonlibrary/c_utils/base/include", ] cflags = [] diff --git a/test/moduletest/BUILD.gn b/test/moduletest/BUILD.gn index 2cc70c70..79f39b12 100644 --- a/test/moduletest/BUILD.gn +++ b/test/moduletest/BUILD.gn @@ -86,7 +86,6 @@ ohos_moduletest("AppSpawnModuleTest") { deps = [ "${appspawn_innerkits_path}/client:appspawn_client", "${appspawn_path}/util:libappspawn_util", - "//third_party/googletest:gtest_main", ] external_deps = [ -- Gitee