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.

45 lines
789 B

cc_library_shared {
name: "libuapi_flash",
proprietary: true,
compile_multilib: "both",
srcs: [
"*.c",
],
include_dirs: [
"vendor/platform/secure_c/include",
],
local_include_dirs: [
"include",
],
header_libs: [
"drv_generic_headers",
"libuapi_flash_headers",
],
export_header_lib_headers: [
"libuapi_flash_headers",
],
shared_libs: [
"liblog",
"libuapi_common",
"libuapi_securec",
],
cflags: [
"-DLOG_TAG=\"libuapi_flash\"",
"-DCONFIG_SOCT_LOG_SUPPORT",
"-Wformat",
"-Wlong-long",
"-fno-common",
"-Wno-unused",
"-Wpointer-arith",
"-Wno-unused-parameter",
],
clang: true,
}