Skip to content

Commit 52b6029

Browse files
Treehugger RobotAndroid (Google) Code Review
authored andcommitted
Merge "end2end: Add an Edid Builder [3/N]" into main
2 parents c4276fe + fc7df80 commit 52b6029

File tree

4 files changed

+1167
-0
lines changed

4 files changed

+1167
-0
lines changed

services/surfaceflinger/tests/end2end/Android.bp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,16 @@ cc_test {
3232
],
3333
srcs: [
3434
"main.cpp",
35+
36+
"test_framework/core/EdidBuilder.cpp",
3537
"test_framework/core/TestService.cpp",
3638
"test_framework/fake_hwc3/Hwc3Composer.cpp",
3739
"test_framework/fake_hwc3/Hwc3Controller.cpp",
3840
"test_framework/surfaceflinger/SFController.cpp",
3941

4042
// Internal tests
4143
"tests/internal/AsyncFunction_test.cpp",
44+
"tests/internal/EdidBuilder_test.cpp",
4245

4346
// SurfaceFlinger tests
4447
"tests/Placeholder_test.cpp",

0 commit comments

Comments
 (0)