Update and activate goyt @170197324.
Bug:
Change-Id: I9238f43a191333848b93bb85381c775e01ab5320
diff --git a/tools/test_framework.py b/tools/test_framework.py
index 51c870a..01c45a1 100755
--- a/tools/test_framework.py
+++ b/tools/test_framework.py
@@ -31,7 +31,7 @@
DX_JAR = os.path.join(utils.REPO_ROOT, 'tools', 'linux', 'dx', 'framework',
'dx.jar')
GOYT_EXE = os.path.join('third_party', 'goyt',
- 'goyt_164843480')
+ 'goyt_170197324')
FRAMEWORK_JAR = os.path.join('third_party', 'framework',
'framework_14082017_desugared.jar')
MIN_SDK_VERSION = '24'