cc_library_shared { name: "libuapi_dbgtools", proprietary: true, compile_multilib: "both", srcs: [ "*.c", ], include_dirs: [ "vendor/platform/secure_c/include", ], local_include_dirs: [ "include", ], header_libs: [ "drv_common_headers", "drv_generic_headers", "drv_hddec_headers", "drv_memc_headers", "drv_panel_headers", "drv_pq_headers", "drv_tvd_headers", "drv_video_headers", "drv_vo_headers", "libuapi_dbgtools_headers", "liblog_headers", ], export_header_lib_headers: [ "libuapi_dbgtools_headers", ], shared_libs: [ "libuapi_securec", "libuapi_common", "libuapi_memory", "libuapi_panel", "libuapi_i2c", "libuapi_gpio", "libuapi_pq", "libuapi_vo", "libuapi_uart", "libcutils", "libuapi_pwm", "libuapi_tvd", ], cflags: [ "-DLOG_TAG=\"libuapi_dbgtools\"", "-DCONFIG_SOCT_LOG_SUPPORT", "-Wformat", "-Wlong-long", "-Wpointer-arith", "-fstack-protector-all", "-fPIC", "-Werror", "-Wall", ], clang: true, }