blob: 823404b1aff833c8f650a81861dfc358729ac0ec [file] [log] [blame]
cc_binary_host {
name: "fec",
target: {
linux_glibc: {
sanitize: {
misc_undefined: ["integer"],
},
},
},
srcs: [
"main.cpp",
"image.cpp",
],
static_libs: [
"libsparse",
"libz",
"libcrypto_utils",
"libcrypto",
"libfec",
"libfec_rs",
"libext4_utils",
"libsquashfs_utils",
],
shared_libs: ["libbase"],
cflags: [
"-Wall",
"-Werror",
"-O3",
],
}