cc_library_shared { name: "libuapi_keyslot", proprietary: true, compile_multilib: "both", srcs: [ "mpi_keyslot.c", "mpi_keyslot_teec.c", "iapi_keyslot.c", ], include_dirs: [ "vendor/platform/secure_c/include", "vendor/platform/libteec_vendor/include", ], header_libs: [ "drv_generic_headers", "drv_keyslot_headers", "libuapi_keyslot_headers", ], export_header_lib_headers: [ "libuapi_keyslot_headers", ], shared_libs: [ "libuapi_securec", "libuapi_common", "libteec_vendor", ], cflags: [ "-DLOG_TAG=\"libuapi_keyslot\"", "-DCONFIG_SOCT_LOG_SUPPORT", "-Wformat", "-Wlong-long", "-Wpointer-arith", "-fstack-protector-all", "-fPIC", "-Werror", "-Wall", ], clang: true, }