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.
38 lines
696 B
38 lines
696 B
cc_binary {
|
|
name: "pdmtool",
|
|
vendor: true,
|
|
srcs: [
|
|
"pdmtool.c",
|
|
],
|
|
|
|
include_dirs: [
|
|
"vendor/platform/secure_c/include",
|
|
],
|
|
|
|
header_libs: [
|
|
"libuapi_cec_headers",
|
|
"libuapi_video_headers",
|
|
"drv_generic_headers",
|
|
],
|
|
|
|
shared_libs: [
|
|
"libuapi_common",
|
|
"libuapi_pdm",
|
|
"libuapi_securec",
|
|
"libuapi_vo",
|
|
"libuapi_panel",
|
|
],
|
|
|
|
cflags: [
|
|
"-DLOG_TAG=\"pdmtool\"",
|
|
"-DCONFIG_SOCT_LOG_SUPPORT",
|
|
"-Wformat",
|
|
"-Wlong-long",
|
|
"-fno-common",
|
|
"-Wno-unused",
|
|
"-Wpointer-arith",
|
|
"-Wno-unused-parameter",
|
|
],
|
|
clang: true,
|
|
}
|