未验证 提交 f06226a1 编写于 作者: O openharmony_ci 提交者: Gitee

!39 Added dynamic crypto library generation

Merge pull request !39 from zhao_zhen_zhou/myfeature
......@@ -859,6 +859,15 @@ ohos_static_library("libcrypto_static") {
remove_configs = [ "//build/config/coverage:default_coverage" ]
}
ohos_shared_library("libcrypto_shared") {
deps = [ ":crypto_source" ]
output_name = "libcrypto_openssl"
subsystem_name = "security"
part_name = "huks"
public_configs = [ ":crypto_config_public" ]
remove_configs = [ "//build/config/coverage:default_coverage" ]
}
config("ssl_config") {
include_dirs = [
"./",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册