From 08ca50fb13fe51a2b432cbb0b1146c3256cd49ec Mon Sep 17 00:00:00 2001 From: xionglei6 Date: Fri, 15 Apr 2022 22:38:11 +0800 Subject: [PATCH] fix: disassemble service from init.cfg Signed-off-by: xionglei6 --- services/BUILD.gn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index 379c3726..8bbf9290 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -385,15 +385,13 @@ if (defined(ohos_lite)) { ":boot.group", ":charing.group", ":chipset-sandbox.json", + ":console.cfg", ":group", ":init.cfg", - ":misc.cfg", - ":watchdog.cfg", - ":console.cfg", - ":ueventd.cfg", ":init.reboot", ":init.usb.cfg", ":init.usb.configfs.cfg", + ":misc.cfg", ":ohos.para", ":ohos.para.dac", ":ohos_const.para", @@ -404,6 +402,8 @@ if (defined(ohos_lite)) { ":syscap.para", ":system-sandbox.json", ":systemcapability.json", + ":ueventd.cfg", + ":watchdog.cfg", ] } } -- GitLab