IssueNo:#I40VLD

Description:remove error path
Sig:startup
Feature or Bugfix:Bugfix
Binary Source:No

Signed-off-by: wangdengjia <wangdengjia@huawei.com>
This commit is contained in:
wangdengjia
2021-07-15 21:24:54 +08:00
parent 8f8ecdac20
commit 7d697da8b1
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",
]