commit | 234a263b042af215fefb8213624eafa7b0420b77 | [log] [tgz] |
---|---|---|
author | Aaron Ruby <[email protected]> | Thu Apr 25 17:39:13 2024 -0400 |
committer | Gurchetan Singh <[email protected]> | Mon Apr 29 09:24:50 2024 -0700 |
tree | 9c6f33df91ae4a362ca1d517cffa839d4bfd3a77 | |
parent | 379a5ed0013c03316665ded7c19e3ea298e472ac [diff] [blame] |
gfxstream: add missing DeviceOpTracker.cpp to meson build BUG=333133323 TEST=gfxstream Linux compiles Change-Id: Iea8d7c0f1ac8d333ec312363a6630979c357e668
diff --git a/host/vulkan/meson.build b/host/vulkan/meson.build index 4ffd330..ae7e03a 100644 --- a/host/vulkan/meson.build +++ b/host/vulkan/meson.build
@@ -13,6 +13,7 @@ 'BufferVk.cpp', 'ColorBufferVk.cpp', 'CompositorVk.cpp', + 'DeviceOpTracker.cpp', 'DisplayVk.cpp', 'DisplaySurfaceVk.cpp', 'PostWorkerVk.cpp',