chore(build): format all BUILD.gn files

Signed-off-by: Caoruihong <crh.cao@huawei.com>
Change-Id: Ifd3bf13f53a27e0a0bbd051cf35662e7409e6ed0
This commit is contained in:
Caoruihong
2021-11-06 11:55:58 +08:00
parent 38163de8f3
commit a2fed9a56c
29 changed files with 54 additions and 89 deletions

View File

@@ -33,8 +33,8 @@ module_switch = defined(LOSCFG_KERNEL_TRACE)
module_name = get_path_info(rebase_path("."), "name")
kernel_module(module_name) {
sources = [
"los_trace.c",
"cnv/trace_cnv.c",
"los_trace.c",
]
include_dirs = [
@@ -43,11 +43,11 @@ kernel_module(module_name) {
"pipeline",
]
if (defined(LOSCFG_RECORDER_MODE_OFFLINE)){
if (defined(LOSCFG_RECORDER_MODE_OFFLINE)) {
sources += [ "trace_offline.c" ]
}
if (defined(LOSCFG_RECORDER_MODE_ONLINE)){
if (defined(LOSCFG_RECORDER_MODE_ONLINE)) {
sources += [ "trace_online.c" ]
}