mirror of
https://github.com/openharmony/vendor_goodix.git
synced 2026-06-30 21:18:00 -04:00
@@ -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" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,5 @@ static_library("ble_example") {
|
||||
"user_app/user_app.c",
|
||||
]
|
||||
|
||||
include_dirs = [
|
||||
"user_app",
|
||||
]
|
||||
include_dirs = [ "user_app" ]
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user