diff --git a/interfaces/innerkits/BUILD.gn b/interfaces/innerkits/BUILD.gn index 75463f90002d67a75918b4457969014b26d95b0e..6dfa40a382a5d3ba22e405f276caffc46f0367ae 100755 --- a/interfaces/innerkits/BUILD.gn +++ b/interfaces/innerkits/BUILD.gn @@ -85,9 +85,10 @@ ohos_shared_library("udmf_client") { "kv_store:distributeddata_inner", "kv_store:distributeddata_mgr", "samgr:samgr_proxy", + "cJSON:cJSON_config", ] - public_configs += [ "//third_party/cJSON:cJSON_config" ] + deps = [ "//third_party/cJSON:cjson" ] innerapi_tags = [ "platformsdk" ]