From 6e1a3e75111895bc5d7801c374c676a83a8ea53d Mon Sep 17 00:00:00 2001 From: handyohos Date: Sun, 26 Dec 2021 22:01:23 +0800 Subject: [PATCH] feat: Compile jsapi module only if support_jsapi is true. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 仅在support_jsapi为true时才编译jsapi模块 Signed-off-by: handyohos Change-Id: I6840a1d7a482d0eedbd1ce814df68e963531f4a4 #I4O4N6 --- ohos.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ohos.build b/ohos.build index 010ef856..3dadad4f 100644 --- a/ohos.build +++ b/ohos.build @@ -21,7 +21,7 @@ "//base/update/updater/interfaces/kits/misc_info:libmiscinfo", "//base/update/updater/interfaces/kits/packages:libpackageExt", "//base/update/updater/interfaces/kits/updaterkits:libupdaterkits", - "//base/update/updateservice/client:update", + "//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", -- Gitee