You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
739 B
41 lines
739 B
cc_library_shared {
|
|
name: "libdrv_dfx",
|
|
proprietary: true,
|
|
compile_multilib: "64",
|
|
|
|
srcs: [
|
|
"profile_drv_user.c",
|
|
],
|
|
|
|
include_dirs: [
|
|
"vendor/platform/secure_c/include",
|
|
],
|
|
|
|
header_libs: [
|
|
"libuapi_npu_source_headers",
|
|
"libuapi_npu_headers",
|
|
"drv_generic_headers",
|
|
"drv_npu_headers",
|
|
"libuapi_slog_headers",
|
|
],
|
|
|
|
export_header_lib_headers: [
|
|
],
|
|
shared_libs: [
|
|
"libslog",
|
|
"libuapi_securec",
|
|
],
|
|
|
|
cflags: [
|
|
"-DLOG_TAG=\"aidfx\"",
|
|
"-Werror",
|
|
"-Wextra",
|
|
"-Wshadow",
|
|
"-Wformat=2",
|
|
"-Wdate-time",
|
|
"-Wfloat-equal",
|
|
"-fno-common",
|
|
],
|
|
clang: true,
|
|
}
|