提交 8dd0fb87 编写于 作者: Y yanmengzhao

move libhidebug from deps to external_deps

Signed-off-by: Nyanmengzhao <yanmengzhao1@huawei.com>
上级 12c1d05f
......@@ -134,7 +134,6 @@ if (defined(ohos_lite)) {
"//base/startup/init_lite/interfaces/innerkits/include",
"//base/startup/init_lite/interfaces/innerkits/fd_holder",
"//base/startup/init_lite/ueventd/include",
"//developtools/profiler/hidebug/interfaces/native/innerkits/include",
"//third_party/cJSON",
"//third_party/bounds_checking_function/include",
]
......@@ -148,10 +147,12 @@ if (defined(ohos_lite)) {
"//base/startup/init_lite/services/utils:libinit_tools",
"//base/startup/init_lite/services/utils:libinit_utils",
"//base/startup/init_lite/ueventd:libueventd_ramdisk_static",
"//developtools/profiler/hidebug/interfaces/native/innerkits:libhidebug",
"//third_party/bounds_checking_function:libsec_static",
"//third_party/cJSON:cjson_static",
]
external_deps = [ "profiler:libhidebug" ]
cflags = []
if (use_musl) {
......
......@@ -25,7 +25,6 @@ ohos_shared_library("libpluginparamtest") {
"//base/startup/init_lite/interfaces/innerkits/include",
"//base/startup/init_lite/services/loopevent/include",
"//base/startup/init_lite/ueventd/include",
"//developtools/profiler/hidebug/interfaces/native/innerkits/include",
"//third_party/cJSON",
"//third_party/bounds_checking_function/include",
]
......@@ -34,7 +33,6 @@ ohos_shared_library("libpluginparamtest") {
"//base/startup/init_lite/interfaces/innerkits/plugin:libplugin",
"//base/startup/init_lite/services/log:agent_log",
"//base/startup/init_lite/services/utils:libinit_tools",
"//developtools/profiler/hidebug/interfaces/native/innerkits:libhidebug",
"//third_party/bounds_checking_function:libsec_static",
]
part_name = "init"
......
......@@ -162,7 +162,6 @@ ohos_unittest("init_ut") {
"//foundation/distributedschedule/samgr/adapter/interfaces/innerkits/include",
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy/include",
"//base/startup/init_lite/ueventd/include",
"//developtools/profiler/hidebug/interfaces/native/innerkits/include",
"//utils/native/base/include",
"//utils/system/safwk/native/include",
"//third_party/bounds_checking_function/include",
......@@ -175,7 +174,6 @@ ohos_unittest("init_ut") {
"//base/security/access_token/interfaces/innerkits/nativetoken:libnativetoken",
"//base/security/access_token/interfaces/innerkits/token_setproc:libtoken_setproc",
"//base/startup/syspara_lite/interfaces/innerkits/native/syspara:syspara",
"//developtools/profiler/hidebug/interfaces/native/innerkits:libhidebug",
"//third_party/bounds_checking_function:libsec_static",
"//third_party/cJSON:cjson_static",
"//third_party/googletest:gmock",
......@@ -192,7 +190,10 @@ ohos_unittest("init_ut") {
]
defines += [ "_GNU_SOURCE" ]
external_deps = [ "hiviewdfx_hilog_native:libhilog" ]
external_deps = [
"hiviewdfx_hilog_native:libhilog",
"profiler:libhidebug",
]
if (param_feature_watcher) {
external_deps += [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册