blob: 96eb5bf8cc992015b7b74bceacb861d486237d83 [file] [log] [blame]
cc_library_static {
name: "libstagefright_mpeg2ts",
srcs: [
"AnotherPacketSource.cpp",
"ATSParser.cpp",
"CasManager.cpp",
"ESQueue.cpp",
"HlsSampleDecryptor.cpp",
"MPEG2PSExtractor.cpp",
"MPEG2TSExtractor.cpp",
],
include_dirs: [
"frameworks/av/media/libstagefright",
"frameworks/native/include/media/openmax",
],
cflags: [
"-Werror",
"-Wall",
],
sanitize: {
misc_undefined: [
"unsigned-integer-overflow",
"signed-integer-overflow",
],
cfi: true,
diag: {
cfi: true,
},
},
shared_libs: [
"libcrypto",
"libmedia",
],
}