Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add third party libraries necessary for Android databinding. #11629

Closed
wants to merge 1 commit into from
Closed

Add third party libraries necessary for Android databinding. #11629

wants to merge 1 commit into from

Conversation

philwo
Copy link
Member

@philwo philwo commented Jun 23, 2020

Commit author is @ahumesky, I just rebased / squashed this for import.

  1. Updates databinding to 3.4.0
  2. Updates gson to 2.8.0
  3. All other libraries are added:
third_party/animal_sniffer/animal-sniffer-annotations-1.14.jar
third_party/apache_commons_codec/commons-codec-1.10.jar
third_party/java/j2objc-annotations/j2objc-annotations-1.1.jar
third_party/javax_activation/javax.activation-api-1.2.0.jar
third_party/jaxb/2.3.0/jaxb-api-2.3.0.jar
third_party/jaxb/2.3.0/jaxb-core-2.3.0.jar
third_party/jaxb/2.3.0/jaxb-impl-2.3.0.jar
third_party/jetbrains_annotations/annotations-13.0.jar
third_party/jetifier/jetifier-core-1.0.0-beta04.jar
third_party/juniversalchardet/juniversalchardet-1.0.3.jar
third_party/kotlin_stdlib/kotlin-stdlib-1.3.21.jar
third_party/kotlin_stdlib/kotlin-stdlib-common-1.3.21.jar
third_party/kotlin_stdlib/kotlin-stdlib-jdk7-1.3.21.jar
third_party/kotlin_stdlib/kotlin-stdlib-jdk8-1.3.21.jar

Necessary for #2694.

Note that none of the added dependencies become part of bazel: The new dependencies become part of the android remote tools, which are hosted in a separate download. The tools are just built out of bazel's repo, which is why these dependencies are being added here.

1. Updates databinding to v3.4.0
2. Updates gson to 2.8.0
3. All other libraries are added

Necessary for #2694.
@philwo philwo requested a review from ahumesky June 23, 2020 16:50
@philwo philwo self-assigned this Jun 23, 2020
bazel-io pushed a commit that referenced this pull request Jun 23, 2020
1. Updates databinding to v3.4.0
2. Updates gson to 2.8.0
3. All other libraries are added

Necessary for #2694.

Partial commit for third_party/*, see #11629.

Signed-off-by: Philipp Wollermann <philwo@google.com>
@philwo philwo closed this Jun 23, 2020
copybara-service bot pushed a commit that referenced this pull request Mar 13, 2023
…hird_party)

This PR basically reverts #11629 and fetch android databinding jars and their dependencies with rules_jvm_external instead.

We still need to keep `third_party/java/android_databinding/v3_4_0/exec.jar` because it is custom prebuilt tool and there is no corresponding maven coordinate.

Working towards: #17036

Closes #17727.

PiperOrigin-RevId: 516246992
Change-Id: I122ab5e9037668ac6913ab03df186609bbc0f458
fweikert pushed a commit to fweikert/bazel that referenced this pull request May 25, 2023
…hird_party)

This PR basically reverts bazelbuild#11629 and fetch android databinding jars and their dependencies with rules_jvm_external instead.

We still need to keep `third_party/java/android_databinding/v3_4_0/exec.jar` because it is custom prebuilt tool and there is no corresponding maven coordinate.

Working towards: bazelbuild#17036

Closes bazelbuild#17727.

PiperOrigin-RevId: 516246992
Change-Id: I122ab5e9037668ac6913ab03df186609bbc0f458
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants