commit | ff793876a98bc5d75b04e1ea74b3aae37aba0501 | [log] [tgz] |
---|---|---|
author | Alec Mouri <alecmouri@google.com> | Thu Jan 13 17:45:06 2022 -0800 |
committer | Alec Mouri <alecmouri@google.com> | Wed Jan 19 19:06:07 2022 +0000 |
tree | 7a953d4f736220b9d1f90038ef18850f465eb119 | |
parent | d4c6a656d265504207e79fde2fcd988548cf4c37 [diff] [blame] |
Move DisplayIdentification parsing to libui This is so that the logic can be shared with VTS, as stable display IDs are generated from edid information or port information. Bug: 213493262 Test: VtsHalGraphicsComposer3_TargetTest Change-Id: Id74a2c646558d61bb1a8ae80b038f7108e54e636
diff --git a/services/surfaceflinger/tests/unittests/DisplayTransactionTestHelpers.h b/services/surfaceflinger/tests/unittests/DisplayTransactionTestHelpers.h index 69ac26e..8fdbd99 100644 --- a/services/surfaceflinger/tests/unittests/DisplayTransactionTestHelpers.h +++ b/services/surfaceflinger/tests/unittests/DisplayTransactionTestHelpers.h
@@ -22,7 +22,7 @@ #pragma clang diagnostic ignored "-Wextra" #include <type_traits> -#include "DisplayIdentificationTest.h" +#include "DisplayIdentificationTestHelpers.h" #include <binder/IPCThreadState.h> #include <compositionengine/Display.h>