update intention/dfx/BUILD.gn.

Signed-off-by: 李少雄 <lishaoxiong10@huawei.com>
This commit is contained in:
李少雄 2024-08-22 09:07:33 +00:00 committed by Gitee
parent 4eabce68f5
commit 15ed63cfb2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -30,7 +30,10 @@ ohos_source_set("cooperate_dfx") {
branch_protector_ret = "pac_ret"
include_dirs = [ "include" ]
include_dirs = [
"include",
"/third_party/cJSON",
]
sources = [ "src/cooperate_hisysevent.cpp" ]
@ -42,7 +45,6 @@ ohos_source_set("cooperate_dfx") {
external_deps = [
"c_utils:utils",
"cJSON:cjson",
"hilog:libhilog",
"hisysevent:libhisysevent",
]