提交 51fe2157 编写于 作者: C cheng_jinsong

add feature for parambase

Signed-off-by: Ncheng_jinsong <chengjinsong2@huawei.com>
上级 80dcb4ec
import("//base/startup/init/begetd.gni")
import("//build/config/clang/clang.gni")
import("//build/ohos.gni")
import("//third_party/optimized-routines/optimized-routines.gni")
......@@ -526,7 +527,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" ]
}
......@@ -595,7 +596,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" ]
}
......@@ -619,7 +620,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" ]
}
......@@ -664,7 +665,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" ]
}
}
......@@ -764,7 +765,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.
先完成此消息的编辑!
想要评论请 注册