blob: be10fdc94223bdd36c0ffad1ce80e8b4c3643692 [file] [log] [blame]
// Build the unit tests.
cc_test {
name: "MediaCodecListOverrides_test",
srcs: ["MediaCodecListOverrides_test.cpp"],
shared_libs: [
"libmedia",
"libstagefright",
"libstagefright_foundation",
"libstagefright_omx",
"libutils",
"liblog",
],
include_dirs: [
"frameworks/av/media/libstagefright",
"frameworks/av/media/libstagefright/include",
"frameworks/native/include/media/openmax",
],
compile_multilib: "32",
cflags: [
"-Werror",
"-Wall",
],
}