From b806d1a1cb6269feeb9f9c71e4dbe59a18b848b8 Mon Sep 17 00:00:00 2001 From: csmartdalton Date: Thu, 22 Aug 2024 22:53:11 +0000 Subject: [PATCH] Deploy golden testing on android through an apk We used to deploy our android golden tests through a console app that we launched from the adb shell. However, this won't work anymore if we want Vulkan validation layers. Switch to an apk instead. Also clean up and improve upon our tooling: * Add signal handlers to notify the python server when the app crashes * Rename dump_gms_and_goldens.py ... -> deploy_tools.py gms goldens ... * Pipe stdout and stderr to to the python server * Replace most instances of exit(-1) with abort() Diffs= --- .rive_renderer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rive_renderer b/.rive_renderer index 1671e9d..a9f255e 100644 --- a/.rive_renderer +++ b/.rive_renderer @@ -1 +1 @@ -9a43d79175570cc5b0104ae12742748ae801941c +6db85df99bb8971aae6c26202538b5543148b028