diff --git a/BUILD.gn b/BUILD.gn index 6f87d6a3ff9792b79c676ea101d0b86b987b31ab..b94f68c8a90923bd13a37158d77526b399b6c86a 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 2cc70c70074ddcd1370ad752ad97f3d25fc48df2..79f39b125306497896879413f722f22c8de4f575 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 = [