!82 Fix #IA7V66

Merge pull request !82 from goodix_zhaoxingyu/GR551x_SDK_v202
This commit is contained in:
openharmony_ci
2024-06-24 09:17:42 +00:00
committed by Gitee
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",
]
}
}
}