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.
30 lines
681 B
30 lines
681 B
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,
|
|
}
|