提交 c9b16003 编写于 作者: S s00455936 提交者: public tcshversion

TicketNo:AR000D0IRU

Description:mbedtls config
Team:EMUI
Feature or Bugfix:Bugfix
Binary Source:No
PrivateCode(Yes/No):No

Change-Id: Icbedc47e381d02c201255a5bbe4dcca4f4107c02
Reviewed-on: http://mgit-tm.rnd.huawei.com/9097392Tested-by: Npublic jenkins <public_jenkins@notesmail.huawei.com>
Reviewed-by: Nwanglechao 00496819 <wanglechao@huawei.com>
上级 a9845c33
...@@ -5,6 +5,10 @@ config("mbedtls_config") { ...@@ -5,6 +5,10 @@ config("mbedtls_config") {
include_dirs = [ include_dirs = [
"./include", "./include",
] ]
cflags = [
"-fPIC",
]
} }
source_set("mbedtls_source") { source_set("mbedtls_source") {
...@@ -77,6 +81,10 @@ source_set("mbedtls_source") { ...@@ -77,6 +81,10 @@ source_set("mbedtls_source") {
configs += [ configs += [
":mbedtls_config", ":mbedtls_config",
] ]
public_configs = [
":mbedtls_config",
]
} }
zlite_component("mbedtls_shared") { zlite_component("mbedtls_shared") {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册