diff options
| author | 2024-02-09 15:17:17 -0500 | |
|---|---|---|
| committer | 2024-02-09 15:21:08 -0500 | |
| commit | ee79fcbb851982017c722f6745fe7ca318cdc51c (patch) | |
| tree | 68026ad358d52646c3f20b06a7d4151686dfc1ad | |
| parent | 203b22aa060460cd25067fd002c8f046a8b0b116 (diff) | |
ui: Restore DisplayIdentification_test
Id74a2c646558d61bb1a8ae80b038f7108e54e636 accidentally dropped it.
Bug: None
Test: atest DisplayIdentification_test
Change-Id: Id075b4dfa178e49e2c5ea349099ca4eac0108da8
| -rw-r--r-- | libs/ui/tests/Android.bp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libs/ui/tests/Android.bp b/libs/ui/tests/Android.bp index 8ce017d7a3..9a202150c5 100644 --- a/libs/ui/tests/Android.bp +++ b/libs/ui/tests/Android.bp @@ -54,6 +54,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"], srcs: ["FlattenableHelpers_test.cpp"], |