cc_library_shared { name: "libuapi_hddec", proprietary: true, compile_multilib: "both", srcs: [ "*.c", ], include_dirs: [ "vendor/platform/secure_c/include", ], header_libs: [ "drv_generic_headers", "drv_hddec_headers", "drv_stat_headers", "drv_video_headers", "libuapi_hddec_headers", "libuapi_video_headers", ], export_header_lib_headers: [ "libuapi_hddec_headers", ], shared_libs: [ "libuapi_securec", "libuapi_common", "libuapi_stat", ], cflags: [ "-DLOG_TAG=\"libuapi_hddec\"", "-DCONFIG_SOCT_LOG_SUPPORT", "-Wformat", "-Wlong-long", "-Wpointer-arith", "-fstack-protector-all", "-fPIC", "-Werror", "-Wall", ], clang: true, }