Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not fail if .so artifacts are present in Java target dependencies …
…(undoing a previous cl). Failing in such cases was a mistake. There are a couple of cases, where .so are valid, should not be collected and should not throw an error. Examples are: - Bazel blackbox test, where whole JDK is put into data attribute. There are .so libraries, but there is no need to specify their path using -Djava.library.path - any Java that loads JNI using (System.load with a full path) instead of System.loadLibrary (with just a name of the library) PiperOrigin-RevId: 360160153
- Loading branch information