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:
stesen
2021-09-02 11:49:47 +08:00
parent e530ca558e
commit 32f3f2d29b
+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",
]
}