Allow path to `ct.sym` to be specified via a system property
When turbine is compiled into a native image, no JAVA_HOME will be available at runtime and the `java.home` system property won't be set. To still provide support for `--release` in that situation, the new `turbine.ctSymPath` system property can be set to give turbine the required access to `ct.sym`.
Work towards https://github.com/bazelbuild/stardoc/issues/195#issuecomment-1821286258
Fixes #296
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/turbine/pull/296 from fmeum:ctsym b74452bb7e2cfbcad28f80c35182f7469cacb11a
PiperOrigin-RevId: 584416598
1 file changed