From 212690a9719bfebad3dee532f349410453a6d097 Mon Sep 17 00:00:00 2001 From: chengjinsong2 Date: Wed, 17 May 2023 15:09:28 +0800 Subject: [PATCH] add innertag on third_party_cJSON Signed-off-by: chengjinsong2 --- BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index b4efc63..acb470a 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -53,6 +53,10 @@ if (defined(ohos_lite)) { ohos_shared_library("cjson") { deps = [ ":cjson_static" ] public_configs = [ ":cJSON_config" ] + innerapi_tags = [ + "chipsetsdk", + "platformsdk_indirect", + ] part_name = "cjson" subsystem_name = "thirdparty" install_images = [ -- Gitee