Description: oaid切换cjson

Feature or Bugfix: feature
Binary Source: NO
Signed-off-by: xiangjiang <xiangjiang@huawei.com>
This commit is contained in:
deserttime 2024-04-01 09:11:46 +08:00
parent bb6bd404e1
commit 14d88ce841
2 changed files with 2 additions and 2 deletions

View File

@ -26,6 +26,7 @@
"components": [
"access_token",
"bundle_framework",
"cJSON",
"c_utils",
"config_policy",
"hilog",
@ -36,7 +37,6 @@
"samgr"
],
"third_party": [
"cJSON",
"libuv",
"openssl"
]

View File

@ -47,7 +47,6 @@ ohos_shared_library("oaid_service") {
deps = [
"${oaid_utils_path}:oaid_utils",
"//third_party/cJSON:cjson",
"//third_party/openssl:libcrypto_shared",
]
@ -63,6 +62,7 @@ ohos_shared_library("oaid_service") {
"kv_store:distributeddata_inner",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
"//third_party/cJSON:cjson",
]
part_name = "oaid"
subsystem_name = "advertising"