提交 b5871949 编写于 作者: C cheng_jinsong 提交者: linruijie

fixed 51fe2157 from https://gitee.com/linrj2022/third_party_musl/pulls/724

Add feature for parambase

Issue: I66K80
Test: Build & UT & XTS
Signed-off-by: Ncheng_jinsong <chengjinsong2@huawei.com>
上级 9ea2d0a5
import("//base/startup/init/begetd.gni")
import("//build/config/clang/clang.gni")
import("//build/ohos.gni")
import("//third_party/optimized-routines/optimized-routines.gni")
......@@ -536,7 +537,7 @@ template("musl_libs") {
deps = porting_deps
if (is_standard_system) {
if (!startup_init_with_param_base) {
defines += [ "OHOS_ENABLE_PARAMETER" ]
deps += [ "//base/startup/init/services/param/base:parameterbase" ]
}
......@@ -605,7 +606,7 @@ template("musl_libs") {
}
deps = porting_deps
if (is_standard_system) {
if (!startup_init_with_param_base) {
defines += [ "OHOS_ENABLE_PARAMETER" ]
deps += [ "//base/startup/init/services/param/base:parameterbase" ]
}
......@@ -629,7 +630,7 @@ template("musl_libs") {
"//third_party/musl:musl_copy_inc_root",
"//third_party/musl:musl_copy_inc_sys",
]
if (is_standard_system) {
if (!startup_init_with_param_base) {
defines = [ "OHOS_ENABLE_PARAMETER" ]
deps += [ "//base/startup/init/services/param/base:parameterbase" ]
}
......@@ -674,7 +675,7 @@ template("musl_libs") {
":soft_musl_src_nossp",
]
deps += dfx_deps
if (is_standard_system) {
if (!startup_init_with_param_base) {
deps += [ "//base/startup/init/services/param/base:parameterbase" ]
}
}
......@@ -774,7 +775,7 @@ template("musl_libs") {
":soft_musl_src_nossp",
]
deps += dfx_deps
if (is_standard_system) {
if (!startup_init_with_param_base) {
deps += [ "//base/startup/init/services/param/base:parameterbase" ]
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册