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

Commit 1d7a9057 authored by Nick Chalko's avatar Nick Chalko Committed by Android (Google) Code Review
Browse files

Merge "Add FrameDropper_test to mts" into mainline-prod

parents 0a3063c2 2f18164f
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",
}