!48 【包管理】bms去掉对内核头文件路径的错误依赖

Merge pull request !48 from wangdengjia/0715
This commit is contained in:
openharmony_ci
2021-07-16 01:43:35 +00:00
committed by Gitee
3 changed files with 0 additions and 6 deletions
-2
View File
@@ -69,8 +69,6 @@ lite_library("bundle") {
"//foundation/communication/ipc_lite/interfaces/kits",
"//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr",
"//foundation/distributedschedule/samgr_lite/interfaces/kits/registry",
"//kernel/liteos_a/kernel/include",
"//kernel/liteos_a/kernel/common",
"//third_party/bounds_checking_function/include",
"//utils/native/lite/include",
"//third_party/cJSON",
-2
View File
@@ -58,8 +58,6 @@ shared_library("bundlems") {
"${appexecfwk_lite_path}/utils/bundle_lite",
"//foundation/distributedschedule/samgr_lite/interfaces/kits/registry",
"//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr",
"//kernel/liteos_a/kernel/include",
"//kernel/liteos_a/kernel/common",
"//third_party/cJSON",
"//third_party/zlib",
"//third_party/zlib/contrib/minizip",
-2
View File
@@ -57,8 +57,6 @@ executable("bm") {
"${appexecfwk_lite_path}/interfaces/kits/bundle_lite",
"//foundation/distributedschedule/samgr_lite/interfaces/kits/samgr",
"//foundation/distributedschedule/samgr_lite/interfaces/kits/registry",
"//kernel/liteos_a/kernel/include",
"//kernel/liteos_a/kernel/common",
"//third_party/cJSON",
"//utils/native/lite/include",
]