blob: 3004ec41c64c500375033b291553e749815e63c0 [file] [log] [blame]
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "frameworks_av_media_libstagefright_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
}
cc_test {
name: "FrameDropper_test",
test_suites: [
"device-tests",
"mts",
],
srcs: ["FrameDropper_test.cpp"],
shared_libs: [
"libstagefright_bufferqueue_helper",
"libutils",
],
cflags: [
"-Werror",
"-Wall",
],
compile_multilib: "first",
}