提交 1cd106c4 编写于 作者: 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/9095968Tested-by: Npublic jenkins <public_jenkins@notesmail.huawei.com>
Reviewed-by: Nwanglechao 00496819 <wanglechao@huawei.com>
上级 964b7561
......@@ -5,6 +5,10 @@ config("mbedtls_config") {
include_dirs = [
"./include",
]
cflags = [
"-fPIC",
]
}
source_set("mbedtls_source") {
......@@ -77,6 +81,10 @@ source_set("mbedtls_source") {
configs += [
":mbedtls_config",
]
public_configs = [
":mbedtls_config",
]
}
zlite_component("mbedtls_shared") {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册