From 0c0408cf810094f48880dca143ff7fb72fa0399b Mon Sep 17 00:00:00 2001 From: dy_study Date: Sat, 18 Jun 2022 14:37:35 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:#I580JW=20Description:=E5=85=83?= =?UTF-8?q?=E8=83=BD=E5=8A=9B=E9=83=A8=E4=BB=B6=E4=BE=9D=E8=B5=96=E6=95=B4?= =?UTF-8?q?=E6=94=B9=20Sig:SIG=5FApplicationFramework=20Feature=20or=20Bug?= =?UTF-8?q?fix:=20Feature=20Binary=20Source:=20No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dy_study Change-Id: If5d1021414da2f2267570de92f3c0f70d58411bd --- BUILD.gn | 4 ---- test/moduletest/BUILD.gn | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 017d38ab..6eb1e38a 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -24,10 +24,6 @@ config("appspawn_config") { "//utils/native/base/include", "util/include", "${aafwk_path}/frameworks/kits/appkit/native/app/include", - "${aafwk_path}/interfaces/innerkits/app_manager/include/appmgr", - "${aafwk_path}/interfaces/innerkits/ability_manager/include", - "${aafwk_path}/frameworks/kits/ability/native/include", - "${aafwk_path}/services/abilitymgr/include", "//base/global/resource_management/interfaces/inner_api/include", "//base/security/access_token/interfaces/innerkits/token_setproc/include", "//base/startup/init_lite/services/log", diff --git a/test/moduletest/BUILD.gn b/test/moduletest/BUILD.gn index 7da7f725..d9cb6821 100644 --- a/test/moduletest/BUILD.gn +++ b/test/moduletest/BUILD.gn @@ -38,7 +38,7 @@ ohos_moduletest("AppSpawnModuleTest") { ] external_deps = [ - "ability_runtime:app_manager", + "bundle_framework:appexecfwk_base", "hiviewdfx_hilog_native:libhilog", ] } -- Gitee