Skip to content

Commit

Permalink
Vendor jaxb library in our third_party.
Browse files Browse the repository at this point in the history
We want to upgrade the embedded JDK to version 11 (see bazelbuild#6592). However,
some Java EE modules were removed from 10 to 11:
http://openjdk.java.net/jeps/320

From these modules, we need java.xml.bind for the android_common
dependency which is used by the android_sdk_repository rule.
This will be starlark-ified some time in the future and then will also
move the tools to an external repository making it possible to remove
this and the android_common dependency from Bazel. But since the
migration is not imminent, this commit is the work around to unblock the
upgrade to JDK11.

RELNOTES: None
  • Loading branch information
meisterT committed Jan 24, 2019
1 parent f21ca8a commit d5178a8
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 0 deletions.
Loading

0 comments on commit d5178a8

Please sign in to comment.