提交 63f262fc 编写于 作者: M Mupceet

fix: lite 编译错误

Signed-off-by: NMupceet <laiguizhong@huawei.com>
上级 b51267cd
...@@ -112,7 +112,6 @@ if (defined(ohos_lite)) { ...@@ -112,7 +112,6 @@ if (defined(ohos_lite)) {
":lite_ohos_param_to", ":lite_ohos_param_to",
] ]
include_dirs += [ "$root_out_dir/gen/init_lite" ] include_dirs += [ "$root_out_dir/gen/init_lite" ]
defines += [ "PARAM_LOAD_CFG_FROM_CODE" ]
} }
} }
...@@ -159,7 +158,6 @@ if (defined(ohos_lite)) { ...@@ -159,7 +158,6 @@ if (defined(ohos_lite)) {
":lite_ohos_param_to", ":lite_ohos_param_to",
] ]
include_dirs += [ "$root_out_dir/gen/init_lite" ] include_dirs += [ "$root_out_dir/gen/init_lite" ]
defines += [ "PARAM_LOAD_CFG_FROM_CODE" ]
} }
} }
} else { } else {
......
...@@ -135,7 +135,6 @@ if (defined(ohos_lite)) { ...@@ -135,7 +135,6 @@ if (defined(ohos_lite)) {
"//third_party/mbedtls:mbedtls", "//third_party/mbedtls:mbedtls",
] ]
include_dirs += [ "$root_out_dir/gen/init_lite" ] include_dirs += [ "$root_out_dir/gen/init_lite" ]
defines += [ "PARAM_LOAD_CFG_FROM_CODE" ]
} }
if (ohos_kernel_type == "liteos_m") { if (ohos_kernel_type == "liteos_m") {
...@@ -164,7 +163,6 @@ if (defined(ohos_lite)) { ...@@ -164,7 +163,6 @@ if (defined(ohos_lite)) {
"//third_party/mbedtls:mbedtls", "//third_party/mbedtls:mbedtls",
] ]
include_dirs += [ "$root_out_dir/gen/init_lite" ] include_dirs += [ "$root_out_dir/gen/init_lite" ]
defines += [ "PARAM_LOAD_CFG_FROM_CODE" ]
} }
if (ohos_kernel_type == "linux") { if (ohos_kernel_type == "linux") {
defines += [ "__LINUX__" ] defines += [ "__LINUX__" ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册