From 2a7ec628ae223c4224353565645f0e893990b31a Mon Sep 17 00:00:00 2001 From: yudechen Date: Mon, 7 Mar 2022 15:36:37 +0800 Subject: [PATCH] =?UTF-8?q?fixed=200481241=20from=20https://gitee.com/yude?= =?UTF-8?q?chen/update=5Fupdater/pulls/85=20=E6=B7=BB=E5=8A=A0=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E5=8D=95=E5=85=83=E6=8C=87=E5=AE=9A=E9=83=A8=E4=BB=B6?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yudechen Change-Id: Ib5ddbfde21e0b171af5ab5e6de0af71013546e30 --- services/flashd/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/flashd/BUILD.gn b/services/flashd/BUILD.gn index c505c593..8f37f8a1 100755 --- a/services/flashd/BUILD.gn +++ b/services/flashd/BUILD.gn @@ -84,6 +84,9 @@ ohos_source_set("flashd_deamon") { "//third_party/openssl/include", "//third_party/libuv", ] + + subsystem_name = "updater" + part_name = "updater" } ohos_static_library("libflashd") { -- Gitee