From deb59ca852b1d17c225b105395e1e8124c92dca7 Mon Sep 17 00:00:00 2001 From: laiguizhong Date: Wed, 6 Jul 2022 15:09:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E8=A3=85CJSON=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: laiguizhong --- BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 3648cad..a16ddd8 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -46,5 +46,9 @@ if (defined(ohos_lite)) { public_configs = [ ":cJSON_config" ] part_name = "cjson" subsystem_name = "thirdparty" + install_images = [ + "system", + "updater", + ] } } -- Gitee