commit | 5a0a5103dd7dd8fa32e6574a54ffeb30930fadfb | [log] [tgz] |
---|---|---|
author | Christoffer Quist Adamsen <christofferqa@google.com> | Thu Nov 09 08:33:14 2023 +0100 |
committer | Christoffer Adamsen <christofferqa@google.com> | Thu Nov 09 07:47:42 2023 +0000 |
tree | d11ac4369b1c87131743d6533937b020d654255f | |
parent | ad79e4bb655c1c748b60018ae96329bd063e08b2 [diff] [blame] |
Fix r8lib.jar retrieval in retrace.py Change-Id: I77afb565b125bc985f84c4cdef704c9ec14bdcff
diff --git a/tools/retrace.py b/tools/retrace.py index 911c646..9768ff3 100755 --- a/tools/retrace.py +++ b/tools/retrace.py
@@ -188,7 +188,7 @@ ) if not r8jar: - r8jar = utils.R8_JAR if no_r8lib else utils.R8LIB + r8jar = utils.R8_JAR if no_r8lib else utils.R8LIB_JAR retrace_args += [ '-cp', r8jar, 'com.android.tools.r8.retrace.Retrace', map_path