From 79dfef954660e8fa7a7e21eff53dd762b09ab9b5 Mon Sep 17 00:00:00 2001 From: changzheng6 Date: Thu, 21 Apr 2022 09:23:24 +0800 Subject: [PATCH] modify bms dep Signed-off-by: changzheng6 --- BUILD.gn | 2 -- appspawn.gni | 1 - 2 files changed, 3 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 29402391..f5e5c570 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -22,8 +22,6 @@ config("appspawn_config") { "//utils/native/base/include", "${aafwk_path}/frameworks/kits/appkit/native/app/include", "${aafwk_path}/interfaces/innerkits/app_manager/include/appmgr", - "${appexecfwk_path}/interfaces/innerkits/libeventhandler/include", - "${appexecfwk_path}/common/log/include", "${aafwk_path}/interfaces/innerkits/want/include/ohos/aafwk/content", "${aafwk_path}/interfaces/innerkits/want/include", "${aafwk_path}/interfaces/innerkits/ability_manager/include", diff --git a/appspawn.gni b/appspawn.gni index 5dd15b53..50676bb5 100644 --- a/appspawn.gni +++ b/appspawn.gni @@ -12,7 +12,6 @@ # limitations under the License. appspawn_path = "//base/startup/appspawn_standard" -appexecfwk_path = "//foundation/appexecfwk/standard" aafwk_path = "//foundation/aafwk/standard" communication_path = "//foundation/communication/ipc" subsystem_name = "startup" -- Gitee