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", ], }