Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ed78994 authored by Yiwei Zhang's avatar Yiwei Zhang
Browse files

Add VulkanPreTransformTest into presubmit tests

VulkanPreTransformTest is a integration test which can be affected by
libgui, SurfaceFlinger and libvulkan changes. So this test is enabled at
top level for the frameworks/native project.

Bug: 151266652
Test: check VulkanPreTransformTest run in presubmit
Change-Id: I917e0eab847d78bc3776a4d8e679dcbc3706f0eb
parent 6c9b9803
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -58,6 +58,14 @@
    },
    {
      "name": "libsurfaceflinger_unittest"
    },
    {
      "name": "CtsGraphicsTestCases",
      "options": [
        {
          "include-filter": "android.graphics.cts.VulkanPreTransformTest"
        }
      ]
    }
  ]
}