27 lines
621 B
Plaintext
27 lines
621 B
Plaintext
|
|
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",
|
||
|
|
|
||
|
|
}
|