未验证 提交 97fe6c07 编写于 作者: O openharmony_ci 提交者: Gitee

!671 add OHOS_ENABLE_PARAMETER flag for musl src

Merge pull request !671 from haotuo/add_enable_param_flag_for_musl_src
...@@ -368,6 +368,11 @@ template("musl_libs") { ...@@ -368,6 +368,11 @@ template("musl_libs") {
} }
deps = porting_deps deps = porting_deps
if (is_standard_system) {
defines += [ "OHOS_ENABLE_PARAMETER" ]
deps += [ "//base/startup/init/services/param/base:parameterbase" ]
}
} }
source_set("soft_musl_src_nossp") { source_set("soft_musl_src_nossp") {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册