!4 fix arm build

Merge pull request !4 from stesen/master
This commit is contained in:
openharmony_ci
2021-09-02 04:24:43 +00:00
committed by Gitee
+16 -15
View File
@@ -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",
]
}