Commit 27fe30b
Expose compatibility arguments on java toolchains
This change allows providing the `exec_compatibility_with` and `target_compatibility_with` arguments to native.toolchain from invocations of the local_java_runtime and default_java_toolchain.
This is useful for setting constraints on javatoolchains. With the default arguments provided, this does not break the API of these functions.
Closes #16497
Closes #16498.
PiperOrigin-RevId: 489481041
Change-Id: I324decf299cd9fbb679afa48e0461a0f535ce1e31 parent 8349c95 commit 27fe30b
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
163 | 165 | | |
164 | 166 | | |
165 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
0 commit comments