blob: 2cebe8fcda02685d02a254a8788e27e691ea0232 [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,
},
srcs: [
"EbmlUtil.cpp",
"WebmElement.cpp",
"WebmFrame.cpp",
"WebmFrameThread.cpp",
"WebmWriter.cpp",
],
include_dirs: ["frameworks/av/include"],
shared_libs: [
"libdatasource",
"libstagefright_foundation",
"libutils",
"liblog",
],
header_libs: [
"libmedia_headers",
"media_ndk_headers",
],
}