Skip to content

Commit 3bb35b3

Browse files
Dominik LaskowskiAndroid (Google) Code Review
authored andcommitted
Merge "ui: Restore DisplayIdentification_test" into main
2 parents 68a7cae + ee79fcb commit 3bb35b3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

libs/ui/tests/Android.bp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,17 @@ cc_test {
5353
],
5454
}
5555

56+
cc_test {
57+
name: "DisplayIdentification_test",
58+
shared_libs: ["libui"],
59+
static_libs: ["libgmock"],
60+
srcs: ["DisplayIdentification_test.cpp"],
61+
cflags: [
62+
"-Wall",
63+
"-Werror",
64+
],
65+
}
66+
5667
cc_test {
5768
name: "FlattenableHelpers_test",
5869
shared_libs: ["libui"],

0 commit comments

Comments
 (0)