提交 9b6c02bc 编写于 作者: C CheungVane

modify bundle

Signed-off-by: Nzhangwenzhi <zhangwenzhi3@huawei.com>
上级 d6afa961
...@@ -1456,8 +1456,8 @@ if (is_mingw || is_mac) { ...@@ -1456,8 +1456,8 @@ if (is_mingw || is_mac) {
libs = [ "ws2_32" ] libs = [ "ws2_32" ]
} }
deps = [ ":crypto_source" ] deps = [ ":crypto_source" ]
subsystem_name = "security" subsystem_name = "thirdparty"
part_name = "huks" part_name = "openssl"
public_configs = [ ":crypto_config_public" ] public_configs = [ ":crypto_config_public" ]
install_images = [ install_images = [
"system", "system",
...@@ -1473,8 +1473,8 @@ ohos_shared_library("libcrypto_shared") { ...@@ -1473,8 +1473,8 @@ ohos_shared_library("libcrypto_shared") {
} }
deps = [ ":crypto_source" ] deps = [ ":crypto_source" ]
output_name = "libcrypto_openssl" output_name = "libcrypto_openssl"
subsystem_name = "security" subsystem_name = "thirdparty"
part_name = "huks" part_name = "openssl"
public_configs = [ ":crypto_config_public" ] public_configs = [ ":crypto_config_public" ]
install_images = [ install_images = [
"system", "system",
......
...@@ -22,9 +22,7 @@ ...@@ -22,9 +22,7 @@
"ram": "", "ram": "",
"deps": { "deps": {
"components": [], "components": [],
"third_party": [ "third_party": []
"openssl"
]
}, },
"build": { "build": {
"sub_component": [], "sub_component": [],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册