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
706 B
38 lines
706 B
cc_binary {
|
|
name: "sample_venc",
|
|
vendor: true,
|
|
srcs: ["sample_venc.c"],
|
|
|
|
compile_multilib: "32",
|
|
|
|
include_dirs: [
|
|
"vendor/platform/secure_c/include",
|
|
],
|
|
|
|
header_libs: [
|
|
"drv_generic_headers",
|
|
"libuapi_common_headers",
|
|
"libuapi_media_headers",
|
|
"libuapi_video_headers",
|
|
"libuapi_venc_headers",
|
|
],
|
|
|
|
proprietary: true,
|
|
|
|
shared_libs: [
|
|
"libuapi_securec",
|
|
"libuapi_common",
|
|
"libuapi_memory",
|
|
"libuapi_venc",
|
|
],
|
|
|
|
cflags: [
|
|
"-Werror",
|
|
"-fstack-protector-all",
|
|
"-fPIC",
|
|
"-D_FORTIFY_SOURCE=2",
|
|
"-O2",
|
|
],
|
|
|
|
}
|