mirror of
https://gitee.com/openharmony/castengine_cast_framework
synced 2024-11-23 06:29:46 +00:00
update common/BUILD.gn.
gn 格式修改 Signed-off-by: LongestDistance <cdwango@isoftstone.com>
This commit is contained in:
parent
02fa262994
commit
661e4a65e2
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user