提交 17381f3d 编写于 作者: S sun_fan

init: fix gn format

Signed-off-by: Nsun_fan <sun_fan1@hoperun.com>
上级 5999dec8
...@@ -12,9 +12,9 @@ ...@@ -12,9 +12,9 @@
# limitations under the License. # limitations under the License.
if (!defined(ohos_lite)) { if (!defined(ohos_lite)) {
import("//build/ohos.gni") import("//build/ohos.gni")
ohos_executable("ueventd") { ohos_executable("ueventd") {
sources = [ sources = [
"list.c", "list.c",
"ueventd.c", "ueventd.c",
...@@ -42,14 +42,14 @@ ohos_executable("ueventd") { ...@@ -42,14 +42,14 @@ ohos_executable("ueventd") {
] ]
install_enable = true install_enable = true
part_name = "init" part_name = "init"
} }
ohos_prebuilt_etc("ueventd.config") { ohos_prebuilt_etc("ueventd.config") {
source = "//base/startup/init_lite/ueventd/etc/ueventd.config" source = "//base/startup/init_lite/ueventd/etc/ueventd.config"
part_name = "init" part_name = "init"
install_images = [ install_images = [
"system", "system",
"updater", "updater",
] ]
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册