You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
763 B
32 lines
763 B
4 months ago
|
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,
|
||
|
}
|