Skip to content

Commit ee79fcb

Browse files
author
Dominik Laskowski
committed
ui: Restore DisplayIdentification_test
Id74a2c646558d61bb1a8ae80b038f7108e54e636 accidentally dropped it. Bug: None Test: atest DisplayIdentification_test Change-Id: Id075b4dfa178e49e2c5ea349099ca4eac0108da8
1 parent 203b22a commit ee79fcb

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)