cc_library_shared { name: "libuapi_panel", proprietary: true, compile_multilib: "both", srcs: [ "*.c", ], include_dirs: [ "vendor/platform/secure_c/include", ], header_libs: [ "drv_generic_headers", "drv_panel_headers", "libuapi_panel_headers", ], export_header_lib_headers: [ "libuapi_panel_headers", ], shared_libs: [ "liblog", "libuapi_flash", "libuapi_memory", "libuapi_securec", "libuapi_common", ], cflags: [ "-DLOG_TAG=\"libuapi_panel\"", "-DCONFIG_SOCT_LOG_SUPPORT", "-Wformat", "-Wlong-long", "-fno-common", "-Wno-unused", "-Wpointer-arith", "-Wno-unused-parameter", ], clang: true, }