commit | 6b591156e17d655def3d754885ca7ac0cbb84d5e | [log] [tgz] |
---|---|---|
author | Vishnu Nair <vishnun@google.com> | Fri Oct 08 11:45:14 2021 -0700 |
committer | Vishnu Nair <vishnun@google.com> | Fri Oct 08 16:15:24 2021 -0700 |
tree | a1b686a0eef3131850bfbb2e6ccb02e716ca1504 | |
parent | 9666ac5932806ba3dc1350f984818669414535e4 [diff] [blame] |
SurfaceFlinger: Add transaction proto and parser Bug: 200284593 Test: atest libsurfaceflinger_unittest Change-Id: Ia7cfde03a1d9df12fc6f4d35e7a93d41f680c180
diff --git a/services/surfaceflinger/tests/unittests/Android.bp b/services/surfaceflinger/tests/unittests/Android.bp index 078b0d4..da019a3 100644 --- a/services/surfaceflinger/tests/unittests/Android.bp +++ b/services/surfaceflinger/tests/unittests/Android.bp
@@ -91,6 +91,7 @@ "TimerTest.cpp", "TransactionApplicationTest.cpp", "TransactionFrameTracerTest.cpp", + "TransactionProtoParserTest.cpp", "TransactionSurfaceFrameTest.cpp", "TunnelModeEnabledReporterTest.cpp", "StrongTypingTest.cpp",