copts = ["-properties", "PATH"])
: providing a file for compilation
#19
Unanswered
lingithub1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ecj
provides the option-properties <PATH.prefs>
.I want to use this in a Bazel build.
)
I realize that
data
is not the proper way to pass a file a compile time. It should be use for run-time dependencies only. However, I don't see any other way. What is even worse: This trick works with linux-sandbox only. It does not work with processwrapper-sandbox on Bazel 6.3:Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions