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

!1143 features文件打包进系统镜像

Merge pull request !1143 from zhengweiwei/master
...@@ -170,6 +170,11 @@ if (defined(ohos_lite)) { ...@@ -170,6 +170,11 @@ if (defined(ohos_lite)) {
part_name = "init" part_name = "init"
} }
ohos_prebuilt_etc("features.json") {
source = "${preloader_output_dir}/features.json"
part_name = "init"
}
ohos_prebuilt_etc("system-sandbox.json") { ohos_prebuilt_etc("system-sandbox.json") {
if (target_cpu == "arm64") { if (target_cpu == "arm64") {
source = "//base/startup/init/interfaces/innerkits/sandbox/system-sandbox64.json" source = "//base/startup/init/interfaces/innerkits/sandbox/system-sandbox64.json"
...@@ -203,6 +208,7 @@ if (defined(ohos_lite)) { ...@@ -203,6 +208,7 @@ if (defined(ohos_lite)) {
":charge.group", ":charge.group",
":chipset-sandbox.json", ":chipset-sandbox.json",
":console.cfg", ":console.cfg",
":features.json",
":group", ":group",
":init.cfg", ":init.cfg",
":init.reboot", ":init.reboot",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册