提交 4e58b46a 编写于 作者: J jwz

modify for OHOS_ENABLE_PARAMETER

Signed-off-by: Njwz <jiangweizheng@huawei.com>
上级 9f99486c
...@@ -187,7 +187,6 @@ template("musl_libs") { ...@@ -187,7 +187,6 @@ template("musl_libs") {
defines += [ defines += [
"OHOS_DNS_PROXY_BY_NETSYS=1", "OHOS_DNS_PROXY_BY_NETSYS=1",
"OHOS_PERMISSION_INTERNET=1", "OHOS_PERMISSION_INTERNET=1",
"OHOS_ENABLE_PARAMETER",
] ]
} }
...@@ -472,6 +471,7 @@ template("musl_libs") { ...@@ -472,6 +471,7 @@ template("musl_libs") {
deps = porting_deps deps = porting_deps
if (is_standard_system) { if (is_standard_system) {
defines += [ "OHOS_ENABLE_PARAMETER" ]
deps += [ "//base/startup/init/services/param/base:parameterbase" ] deps += [ "//base/startup/init/services/param/base:parameterbase" ]
} }
} }
...@@ -495,6 +495,7 @@ template("musl_libs") { ...@@ -495,6 +495,7 @@ template("musl_libs") {
"//third_party/musl:musl_copy_inc_sys", "//third_party/musl:musl_copy_inc_sys",
] ]
if (is_standard_system) { if (is_standard_system) {
defines = [ "OHOS_ENABLE_PARAMETER" ]
deps += [ "//base/startup/init/services/param/base:parameterbase" ] 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.
先完成此消息的编辑!
想要评论请 注册