We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68a7cae + ee79fcb commit 3bb35b3Copy full SHA for 3bb35b3
1 file changed
libs/ui/tests/Android.bp
@@ -53,6 +53,17 @@ cc_test {
53
],
54
}
55
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
+
67
cc_test {
68
name: "FlattenableHelpers_test",
69
shared_libs: ["libui"],
0 commit comments