blob: 69142e8dca9d66680ae1f0ee468c09a9fcf7ee3e [file] [log] [blame]
cc_binary {
name: "codec2",
defaults: ["libstagefright_codec2-impl-defaults"],
srcs: [
"codec2.cpp",
],
include_dirs: [
],
shared_libs: [
"libbase",
"libbinder",
"libcutils",
"libdatasource",
"libgui",
"liblog",
"libstagefright",
"libstagefright_foundation",
"libui",
"libutils",
],
cflags: [
"-Werror",
"-Wall",
],
sanitize: {
cfi: true,
misc_undefined: [
"unsigned-integer-overflow",
"signed-integer-overflow",
],
},
}