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

Commit 3bb35b3f authored by Dominik Laskowski's avatar Dominik Laskowski Committed by Android (Google) Code Review
Browse files

Merge "ui: Restore DisplayIdentification_test" into main

parents 68a7caed ee79fcbb
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -53,6 +53,17 @@ cc_test {
    ],
}

cc_test {
    name: "DisplayIdentification_test",
    shared_libs: ["libui"],
    static_libs: ["libgmock"],
    srcs: ["DisplayIdentification_test.cpp"],
    cflags: [
        "-Wall",
        "-Werror",
    ],
}

cc_test {
    name: "FlattenableHelpers_test",
    shared_libs: ["libui"],