From f6b9df0269e0f5c0f76d3201e5a3cc50095b5ecc Mon Sep 17 00:00:00 2001 From: fengjiahui4 Date: Tue, 25 Jan 2022 22:16:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0bundle.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fengjiahui4 --- bundle.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 5219151d..60921a8e 100644 --- a/bundle.json +++ b/bundle.json @@ -74,13 +74,20 @@ "//base/update/updater/services:updater", "//base/update/updater/services/applypatch:libapplypatch", "//base/update/updater/services/fs_manager:libfsmanager", - "//base/update/updater/services/flashd:updater_flashd", + "//base/update/updater/services/flashd:updater_flashd", "//base/update/updater/utils:libutils", "//base/update/updater/utils:updater_reboot", "//base/update/updater/utils:write_updater", "//base/update/updater/services/diffpatch/patch:libpatch", "//base/update/updater/services/diffpatch/diff:libdiff", - "//base/update/updater/services/ui:libui" + "//base/update/updateservice:update_client_jsapi", + "//base/update/updateservice/engine:updateservice", + "//base/update/updateservice/engine:updater_sa.rc", + "//base/update/updateservice/engine/sa_profile:updater_sa_profile", + "//base/update/updateservice/interfaces/innerkits/engine:updateservicekits", + "//base/update/updater/services/ui:libui", + "//third_party/libdrm:libdrm", + "//third_party/e2fsprogs:e2fsprogs" ], "inner_kits": [ { -- Gitee