commit | 6065013f95032a4a691654049d431ad29fb6f3d3 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed May 20 14:24:04 2020 +0100 |
committer | Anton Hansson <hansson@google.com> | Wed May 20 15:03:44 2020 +0100 |
tree | c36676b3db05b69cd7e11132363f34f4e2c1d410 | |
parent | 6e9bd96a092b76d46e7e014a6a46226251577cda [diff] |
Use java language level 8 for compiling module stubs This is in line with the main stubs, which use 8. I believe using 9 is unsuitable because it could generate bytecode that is incompatible with some developer tooling stuck on 8. Either way, being consistent makes sense. Bug: 144149403 Test: diff_stubs.sh Change-Id: Iddeceeebe9175e53e34f4b4194f01992e3083532