mirror of
https://github.com/openharmony/hiviewdfx_blackbox.git
synced 2026-07-01 22:24:03 -04:00
@@ -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