diff options
author | Vishnu Nair <vishnun@google.com> | 2020-09-16 19:01:04 -0700 |
---|---|---|
committer | Vishnu Nair <vishnun@google.com> | 2020-09-25 19:57:58 +0000 |
commit | 57928e6a37e66d9c7405e5a6ed8e0904a14975cd (patch) | |
tree | 1b5feff88a0abce30f220f0687a68eac2900f04e /PREUPLOAD.cfg | |
parent | 4be3ece8e5304601599864b84d5ace13c5c5eaa9 (diff) |
Verify SurfaceView BlastBufferQueue behavior
Initial code to easily configure buffer producers to generate buffers
with different properties inorder exercise and validate
BlastBufferQueue adapter.
The test captures surface flinger traces and verifies properties of a
single buffer. This will allow us to verify buffer presentation order,
buffer rejection, buffer properties and so on.
Test: atest SurfaceViewBufferTests
Bug: 168504870
Change-Id: I9714d7b6f5ffbe5fecca5d93e8184f0e6ac2b4c1
Diffstat (limited to 'PREUPLOAD.cfg')
-rw-r--r-- | PREUPLOAD.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index 7a8d1a1caf25..f66d12a69594 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg @@ -11,6 +11,7 @@ clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp libs/input/ services/core/jni/ services/incremental/ + tests/ tools/ [Hook Scripts] |