Skip to content

Commit

Permalink
Remove java_import for databinding exec.jar. Keep the jar for now bec…
Browse files Browse the repository at this point in the history
…ause some tooling that has been moved to rules_android still requires this jar, we can delete the jar once we find a good way to depend on this jar.
  • Loading branch information
ahumesky committed Oct 9, 2024
1 parent 0811603 commit 7d894a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
6 changes: 0 additions & 6 deletions third_party/java/android_databinding/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,3 @@ filegroup(
"//third_party/java/android_databinding/v3_4_0:srcs",
],
)

# Executable for the databinding resource compiler.
alias(
name = "exec",
actual = "//third_party/java/android_databinding/v3_4_0:exec",
)
8 changes: 2 additions & 6 deletions third_party/java/android_databinding/v3_4_0/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,5 @@ filegroup(
)

# Resource processor implementation.
# Built from https://cs.android.com/androidx/platform/frameworks/data-binding/+/mirror-goog-studio-master-dev:exec/src
java_import(
name = "exec",
jars = ["exec.jar"],
deps = ["@maven_android//:androidx_databinding_databinding_compiler"],
)
# exec.jar is built from https://cs.android.com/androidx/platform/frameworks/data-binding/+/mirror-goog-studio-master-dev:exec/src
# and depends on "androidx.databinding:databinding-compiler:3.4.0-alpha10" in https://dl.google.com/android/maven2

0 comments on commit 7d894a5

Please sign in to comment.