Continue to build R8 to target 11 until 17 is fully supported.
Bug: b/227160052
Change-Id: Ib3c114cc0739acae86957b1fd4371221bcd4a0d3
diff --git a/tools/test.py b/tools/test.py
index a2a1ba7..27c8b6a 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -361,6 +361,8 @@
# Build an R8 with dependencies for bootstrapping tests before adding test sources.
gradle_args.append('r8WithRelocatedDeps')
gradle_args.append('r8WithRelocatedDeps17')
+ # TODO(b/227160052): Remove 11 once the bootstrap test runs on 17.
+ gradle_args.append('r8WithRelocatedDeps11')
# Add Gradle tasks
gradle_args.append('cleanTest')