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, }