cc_binary { name: "sample_wdg", vendor: true, srcs: [ "sample_wdg.c", ], header_libs: [ "libuapi_wdg_headers", "drv_generic_headers", ], shared_libs: [ "libuapi_wdg", ], cflags: [ "-DLOG_TAG=\"libuapi_wdg\"", "-DCONFIG_SOCT_LOG_SUPPORT", "-Wformat", "-Wlong-long", "-Wpointer-arith", "-fstack-protector-all", "-fPIC", "-Werror", "-Wall", ], clang: true, }