Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6921ca60 authored by Nick Chalko's avatar Nick Chalko
Browse files

Add FrameDropper_test to mts

Bug: 178861474, 179301548
Test: mts-tradefed run mts-media -m FrameDropper_test
Change-Id: I9b41fc700cf76c6a6a789b5beabe4f93dd82ce8b
parent 925e03a9
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -9,17 +9,19 @@ package {

cc_test {
    name: "FrameDropper_test",
    test_suites: ["device-tests"],

    test_suites: [
        "device-tests",
        "mts",
    ],
    srcs: ["FrameDropper_test.cpp"],

    shared_libs: [
        "libstagefright_bufferqueue_helper",
        "libutils",
    ],

    cflags: [
        "-Werror",
        "-Wall",
    ],
    compile_multilib: "first",

}