cc_library_shared { name: "libuapi_ssm", proprietary: true, compile_multilib: "both", srcs: [ "iapi_ssm.c", "mpi_ssm.c", ], include_dirs: [ "vendor/platform/secure_c/include", ], header_libs: [ "drv_generic_headers", "drv_ssm_headers", "libuapi_ssm_headers", ], export_header_lib_headers: [ "libuapi_ssm_headers", ], shared_libs: [ "libuapi_securec", ], cflags: [ "-Wformat", "-Wlong-long", "-fno-common", "-Wno-unused", "-Wpointer-arith", "-Wno-unused-parameter", ], clang: true, }