From 0d0857bf9bbbdb171f58f778cd8b10934779b78c Mon Sep 17 00:00:00 2001 From: Mupceet Date: Thu, 9 Jun 2022 19:07:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B2=99=E7=9B=92=E5=8C=96?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mupceet Change-Id: I5d4251a364b18766686538bbe35de0651c097fd7 --- BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 1a965c2..091c30a 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -53,6 +53,8 @@ ohos_shared_library("jsoncpp") { "//third_party/jsoncpp/include/", ] public_configs = [ ":jsoncpp_public_config" ] + install_images = [ system_base_dir ] + relative_install_dir = "chipset-pub-sdk" part_name = "jsoncpp" subsystem_name = "thirdparty" } -- Gitee