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

Commit e9311b52 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add FrameDropper_test to mts" into sc-dev

parents 06e20a03 6921ca60
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",

}