cc_library_shared { name: "libuapi_klad", proprietary: true, compile_multilib: "both", srcs: [ "*.c", ], include_dirs: [ "vendor/platform/secure_c/include", ], header_libs: [ "drv_cipher_headers", "drv_demux_headers", "drv_generic_headers", "drv_klad_headers", "libuapi_cipher_headers", "libuapi_klad_headers", "libuapi_generic_headers", ], export_header_lib_headers: [ "libuapi_klad_headers", ], shared_libs: [ "libuapi_securec", "libuapi_common", "libuapi_memory", "libuapi_demux", "libuapi_cipher", ], cflags: [ "-DLOG_TAG=\"libuapi_klad\"", "-DCONFIG_SOCT_LOG_SUPPORT", "-Wformat", "-Wlong-long", "-Wpointer-arith", "-fstack-protector-all", "-fPIC", "-Werror", "-Wall", ], clang: true, }