mirror of
https://gitee.com/openharmony/advertising_oaid
synced 2025-02-12 11:18:18 +00:00
Description: oaid切换cjson
Feature or Bugfix: feature Binary Source: NO Signed-off-by: xiangjiang <xiangjiang@huawei.com>
This commit is contained in:
parent
bb6bd404e1
commit
14d88ce841
@ -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"
|
||||
]
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user