diff options
Diffstat (limited to 'libs/hwui/tests/unit/main.cpp')
| -rw-r--r-- | libs/hwui/tests/unit/main.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/hwui/tests/unit/main.cpp b/libs/hwui/tests/unit/main.cpp index 402cb5814366..10c874ec3f12 100644 --- a/libs/hwui/tests/unit/main.cpp +++ b/libs/hwui/tests/unit/main.cpp @@ -62,8 +62,10 @@ int main(int argc, char* argv[]) { gSigChain.insert(pair<int, struct sigaction>(sig, old_sa)); } - // Replace the default GLES driver + // Avoid talking to SF Properties::isolatedProcess = true; + // Default to GLES (Vulkan-aware tests will override this) + Properties::overrideRenderPipelineType(RenderPipelineType::SkiaGL); // Run the tests testing::InitGoogleTest(&argc, argv); |
