Skip to content

Commit

Permalink
Revert: Disable header compilation for r-classes (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkumar9t2 authored Aug 12, 2022
1 parent eb4b9c3 commit 219b9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/databinding/databinding.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def kt_db_android_library(
name = kotlin_target,
srcs = srcs + [binding_classes_sources],
plugins = plugins,
deps = deps + _DATABINDING_DEPS + [r_classes_no_header] + [
deps = deps + _DATABINDING_DEPS + [r_classes] + [
"@grab_bazel_common//tools/binding-adapter-bridge:binding-adapter-bridge",
"@grab_bazel_common//tools/android:android_sdk",
],
Expand Down

0 comments on commit 219b9e4

Please sign in to comment.