mirror of
https://github.com/openharmony/hiviewdfx_blackbox_lite.git
synced 2026-07-01 05:38:02 -04:00
Description:[fix] fix for arm build
Bug:https://gitee.com/openharmony/hiviewdfx_blackbox/issues/I478SZ Signed-off-by: stesen <stesen.ma@huawei.com> Change-Id: Ic04b061f7b934d88e8d1993d448089add4169b6e
This commit is contained in:
@@ -14,18 +14,19 @@
|
||||
import("//build/lite/ndk/ndk.gni")
|
||||
|
||||
static_library("blackbox") {
|
||||
sources = [
|
||||
"blackbox_core.c",
|
||||
"blackbox_detector.c",
|
||||
"blackbox_adapter.c",
|
||||
]
|
||||
defines = []
|
||||
cflags = [ "-Wall" ]
|
||||
deps = []
|
||||
include_dirs = [
|
||||
"//base/hiviewdfx/blackbox",
|
||||
"//base/hiviewdfx/blackbox/interfaces/native/kits",
|
||||
"//base/hiviewdfx/hiview_lite",
|
||||
"//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite",
|
||||
]
|
||||
}
|
||||
sources = [
|
||||
"blackbox_adapter.c",
|
||||
"blackbox_core.c",
|
||||
"blackbox_detector.c",
|
||||
]
|
||||
defines = []
|
||||
cflags = [ "-Wall" ]
|
||||
deps = []
|
||||
include_dirs = [
|
||||
"//base/hiviewdfx/blackbox",
|
||||
"//base/hiviewdfx/blackbox/interfaces/native/kits",
|
||||
"//base/hiviewdfx/hiview_lite",
|
||||
"//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite",
|
||||
"//utils/native/lite/include",
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user