Skip to content

Commit

Permalink
Remove an alias from Android's BUILD.tools
Browse files Browse the repository at this point in the history
Part of bazelbuild/rules_android#97

PiperOrigin-RevId: 548789215
Change-Id: Ic24ea1522e14e4e4b3ff339b019572548b861f5e
  • Loading branch information
ted-xie authored and copybara-github committed Jul 17, 2023
1 parent 245b02d commit f4fcb42
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tools/android/BUILD.tools
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,14 @@ java_binary(
],
)

alias(
java_plugin(
name = "databinding_annotation_processor",
actual = "//external:databinding_annotation_processor",
generates_api = True,
processor_class = "android.databinding.annotationprocessor.ProcessDataBinding",
visibility = ["//visibility:public"],
deps = [
"@bazel_tools//src/tools/android/java/com/google/devtools/build/android:all_android_tools",
],
)

# This is the default value of databinding_annotation_processor if the user does
Expand Down

0 comments on commit f4fcb42

Please sign in to comment.