fix BUILD.gn format

Signed-off-by: zhaoxingyu <zhaoxingyu@goodix.com>
This commit is contained in:
zhaoxingyu
2024-06-24 17:09:11 +08:00
parent 7eafc0e34e
commit 62635b8f53
3 changed files with 6 additions and 9 deletions
+3 -4
View File
@@ -73,6 +73,7 @@ if (use_legacy) {
deps = [
":binary",
":hex",
# ":disassembly",
]
}
@@ -86,8 +87,6 @@ if (use_legacy) {
"//build/lite:ohos",
]
force_link_libs = [
"ble_example",
]
force_link_libs = [ "ble_example" ]
}
}
}
+1 -3
View File
@@ -19,7 +19,5 @@ static_library("ble_example") {
"user_app/user_app.c",
]
include_dirs = [
"user_app",
]
include_dirs = [ "user_app" ]
}
+2 -2
View File
@@ -17,7 +17,6 @@ fw_img_name = "gr5515_sk_xts_demo"
use_legacy = false
if (use_legacy) {
executable("${fw_img_name}.elf") {
deps = [
"tests:drivers",
@@ -95,6 +94,7 @@ if (use_legacy) {
deps = [
":binary",
":hex",
# ":disassembly",
]
}
@@ -124,4 +124,4 @@ if (use_legacy) {
"module_ActsHieventLiteTest",
]
}
}
}