提交 ce6a7bfe 编写于 作者: Z z00396009 提交者: public tcshversion

TicketNo:DTS2018091909323

Description: remove coverage for openssl
Team:OTHERS
Feature or Bugfix:Feature
Binary Source:No
PrivateCode(Yes/No):Yes

Change-Id: Ic398e7bedf43045e5791d908e28a012958ff3eb3
Reviewed-on: http://mgit-tm.rnd.huawei.com/5196945Tested-by: Npublic jenkins <public_jenkins@notesmail.huawei.com>
Reviewed-by: Nwangjuntao 00221367 <wangjuntao.wang@huawei.com>
上级 b56bcebb
......@@ -641,12 +641,14 @@ zidane_source_set("crypto_source") {
configs = [
":crypto_config",
]
remove_configs = ["//build/config/coverage:default_coverage"]
}
zidane_static_library("libcrypto_static") {
deps = [
":crypto_source"
]
remove_configs = ["//build/config/coverage:default_coverage"]
}
zidane_shared_library("libcrypto") {
......@@ -654,6 +656,7 @@ zidane_shared_library("libcrypto") {
":crypto_source"
]
subsystem_name = "common"
remove_configs = ["//build/config/coverage:default_coverage"]
}
config("ssl_config") {
......@@ -744,12 +747,15 @@ zidane_source_set("ssl_source") {
deps = [
"//third_party/openssl:libcrypto",
]
remove_configs = ["//build/config/coverage:default_coverage"]
}
zidane_static_library("libssl_static") {
deps = [
":ssl_source",
]
remove_configs = ["//build/config/coverage:default_coverage"]
}
zidane_shared_library("libssl") {
......@@ -757,4 +763,5 @@ zidane_shared_library("libssl") {
":ssl_source",
]
subsystem_name = "common"
}
\ No newline at end of file
remove_configs = ["//build/config/coverage:default_coverage"]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册