diff --git a/services/flashd/BUILD.gn b/services/flashd/BUILD.gn index c505c593e36598b8c5626cd0b526b8cc86d2e64a..8f37f8a17e7535ef5a208608822c652999117c38 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") {