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