“8760d23c7dbcb4ad5a5b941aca5917514467c86d”上不存在“paddle/infrt/dialect/pd/pass/pd_op_fuse_pass.h”
提交 1b68ab3b 编写于 作者: P p00452466 提交者: public tcshversion

TicketNo:AR000ELH5M

Description: mbedtls
Team:OTHERS
Feature or Bugfix:Feature
Binary Source:NA
PrivateCode(Yes/No):No

Change-Id: Ibe8150572a9b0ac0eca3da2abd47fa998170b8bf
Reviewed-on: http://mgit-tm.rnd.huawei.com/10200927Tested-by: Npublic jenkins <public_jenkins@notesmail.huawei.com>
Reviewed-by: Nyangguangzhao 00471801 <yangguangzhao1@huawei.com>
Reviewed-by: Nmapeiwen 00421780 <mapeiwen2@huawei.com>
上级 210b9a47
...@@ -20,14 +20,9 @@ config("mbedtls_config") { ...@@ -20,14 +20,9 @@ config("mbedtls_config") {
include_dirs = [ include_dirs = [
"./include", "./include",
] ]
cflags = [
"-fPIC",
]
} }
source_set("mbedtls_source") { mbedtls_sources = [
sources = [
"library/aes.c", "library/aes.c",
"library/aesni.c", "library/aesni.c",
"library/arc4.c", "library/arc4.c",
...@@ -94,35 +89,24 @@ source_set("mbedtls_source") { ...@@ -94,35 +89,24 @@ source_set("mbedtls_source") {
"library/xtea.c", "library/xtea.c",
] ]
configs += [ shared_library("mbedtls_shared") {
":mbedtls_config", sources = mbedtls_sources
] output_name = "mbedtls"
public_configs = [ public_configs = [
":mbedtls_config", ":mbedtls_config",
] ]
} }
lite_component("mbedtls_shared") { static_library("mbedtls_static") {
target_type = "shared_library" sources = mbedtls_sources
features = [ output_name = "mbedtls"
":mbedtls_source",
]
public_configs = [ public_configs = [
":mbedtls_config", ":mbedtls_config",
] ]
} }
lite_component("mbedtls_static") { group("mbedtls") {
target_type = "static_library" deps = [ ":mbedtls_shared" ]
features = [
":mbedtls_source",
]
public_configs = [
":mbedtls_config",
]
} }
ndk_lib("mbedtls_ndk") { ndk_lib("mbedtls_ndk") {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册