aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-08 01:02:19 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-08 01:02:19 +0000
commitcf280c1f0ec93dc069bbe6e1a4e6813a92582643 (patch)
treefedf42d677a0723bae157b66633973374190ebd3
parent676ad517de25a6e921a0374121d0efcc052d0c8d (diff)
parent24a4b6f293a39cb107a77f381bf2f8a2d638f36f (diff)
downloadbazelbuild-rules_android-cf280c1f0ec93dc069bbe6e1a4e6813a92582643.tar.gz
Snap for 7804353 from 24a4b6f293a39cb107a77f381bf2f8a2d638f36f to tm-d1-release
Change-Id: I8ed16fd6b272f17c7f5b296b942e821e6cd32779
-rw-r--r--rules/android_library/impl.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/android_library/impl.bzl b/rules/android_library/impl.bzl
index cd7e2c0..286d7b5 100644
--- a/rules/android_library/impl.bzl
+++ b/rules/android_library/impl.bzl
@@ -216,7 +216,7 @@ def _process_data_binding(ctx, java_package, resources_ctx, **unused_sub_ctxs):
exports = utils.collect_providers(DataBindingV2Info, ctx.attr.exports),
data_binding_exec = get_android_toolchain(ctx).data_binding_exec.files_to_run,
data_binding_annotation_processor =
- get_android_toolchain(ctx).data_binding_annotation_processor[JavaInfo],
+ get_android_toolchain(ctx).data_binding_annotation_processor[JavaPluginInfo],
data_binding_annotation_template =
utils.only(get_android_toolchain(ctx).data_binding_annotation_template.files.to_list()),
),