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

Commit 2f18164f authored by Nick Chalko's avatar Nick Chalko
Browse files

Add FrameDropper_test to mts

Bug: 178861474
Bug: 179301548
Test: mts-tradefed run mts-media -m FrameDropper_test
Change-Id: I9b41fc700cf76c6a6a789b5beabe4f93dd82ce8b
Merged-In: I9b41fc700cf76c6a6a789b5beabe4f93dd82ce8b
parent 36706a3b
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
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",
}