blob: f96878895e095e2bd9b3f6596937d2250e74eb49 [file] [log] [blame]
cc_library_static {
name: "libstagefright_webm",
cppflags: ["-D__STDINT_LIMITS"],
cflags: [
"-Werror",
"-Wall",
],
sanitize: {
misc_undefined: [
"signed-integer-overflow",
"unsigned-integer-overflow",
],
cfi: true,
diag: {
cfi: true,
},
},
srcs: [
"EbmlUtil.cpp",
"WebmElement.cpp",
"WebmFrame.cpp",
"WebmFrameThread.cpp",
"WebmWriter.cpp",
],
include_dirs: ["frameworks/av/include"],
shared_libs: [
"libstagefright_foundation",
"libutils",
"liblog",
],
}