update common/BUILD.gn.

gn 格式修改

Signed-off-by: LongestDistance <cdwango@isoftstone.com>
This commit is contained in:
LongestDistance 2024-10-30 09:33:36 +00:00 committed by Gitee
parent 02fa262994
commit 661e4a65e2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -33,9 +33,7 @@ ohos_static_library("cast_engine_common_sources") {
"${cast_engine_root}:cast_engine_default_config",
]
include_dirs = [
"//third_party/json/single_include/nlohmann",
]
include_dirs = [ "//third_party/json/single_include/nlohmann" ]
public_configs = [
":cast_engine_common_private_config",
@ -45,12 +43,12 @@ ohos_static_library("cast_engine_common_sources") {
external_deps = [
"access_token:libtokensetproc_shared",
"c_utils:utils",
"eventhandler:libeventhandler",
"hilog:libhilog",
"hisysevent:libhisysevent",
"ipc:ipc_core",
"image_framework:image_native",
"init:libbegetutil",
"eventhandler:libeventhandler",
"ipc:ipc_core",
]
subsystem_name = "castplus"