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.

38 lines
643 B

cc_library_shared {
name: "libuapi_memory",
proprietary: true,
compile_multilib: "both",
srcs: [
"iapi_memory.c",
"mpi_memory.c",
"hal/*/*.c",
"memory_basic.c"
],
include_dirs: [
"vendor/platform/secure_c/include",
],
header_libs: [
"drv_generic_headers",
"libuapi_memory_headers",
],
export_header_lib_headers: [
"libuapi_memory_headers",
],
shared_libs: [
"libuapi_securec",
],
cflags: [
"-Wformat",
"-Wlong-long",
"-fno-common",
"-Wpointer-arith",
],
clang: true,
}