commit | 34dcf0d22f07643af1f3591eaa837ee2f4aa31bd | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Mon Sep 30 15:31:30 2024 +0200 |
committer | Rico Wind <ricow@google.com> | Mon Sep 30 15:31:30 2024 +0200 |
tree | 14e0371383889f9dea4f4bfbb729ab422f952cbf | |
parent | 445958b141e93d31f85c38d2cad39eceea3173a5 [diff] |
Ensure jdks when running compiledump If we want this to be easier for external people to run different version on a dump they can now simply do: $ git clone https://r8.googlesource.com/r8 $ cd r8 $ tools/compiledump.py -d mydump --version A.B.C-dev Change-Id: I2cbb20bd413f48bc217343bf87bd75ffdb9b7eaa
diff --git a/tools/compiledump.py b/tools/compiledump.py index 66a2152..c819865 100755 --- a/tools/compiledump.py +++ b/tools/compiledump.py
@@ -789,6 +789,7 @@ def run(args, otherargs): + gradle.EnsureJdk() if args.summary: summarize_dump_files(otherargs) elif args.loop: