提交 6f218b46 编写于 作者: H handyohos

bugfix: ohos_const parameters are not installed.

1)ohos_const系统参数没有解析。
Signed-off-by: Nhandyohos <zhangxiaotian@huawei.com>
Change-Id: I400d7746c9b9a27a3e4f0a599e946d8326d3f871

#I51W5X
上级 164415c8
......@@ -271,6 +271,12 @@ if (defined(ohos_lite)) {
module_install_dir = "etc/param"
}
ohos_prebuilt_etc("ohos_const.para") {
source = "//base/startup/init_lite/services/etc/param/ohos_const/ohos.para"
part_name = "init"
module_install_dir = "etc/param/ohos_const"
}
ohos_prebuilt_etc("boot.group") {
source = "//base/startup/init_lite/services/etc/device.boot.group.cfg"
part_name = "init"
......@@ -347,6 +353,7 @@ if (defined(ohos_lite)) {
":init.usb.configfs.cfg",
":ohos.para",
":ohos.para.dac",
":ohos_const.para",
":passwd",
":plugin_modules",
":privapp-sandbox.json",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册