cc_library_shared { name: "libuapi_vo", proprietary: true, compile_multilib: "both", srcs: [ "*.c", ], include_dirs: [ "vendor/platform/secure_c/include", ], header_libs: [ "drv_generic_headers", "drv_memc_headers", "drv_rm_headers", "drv_video_headers", "drv_vo_headers", "drv_common_headers", "libuapi_common_headers", "libuapi_vo_headers", "libuapi_media_headers", "libuapi_video_headers", ], export_header_lib_headers: [ "libuapi_vo_headers", ], shared_libs: [ "libuapi_rm", "libuapi_common", "libuapi_securec", ], cflags: [ "-DLOG_TAG=\"libuapi_vo\"", "-DCONFIG_SOCT_LOG_SUPPORT", "-Wformat", "-Wlong-long", "-Wpointer-arith", ], clang: true, }