aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google/devtools/build/android/BUILD
diff options
context:
space:
mode:
authorGravatar Greg Estren <gregce@google.com>2016-08-22 20:10:47 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-08-23 09:29:27 +0000
commitdbdd4326e19bf085faa6f89db27bf13c3bc8bfc7 (patch)
tree2b1de38bff2cf7a7c2bc38d5926fa594646cea6a /src/tools/android/java/com/google/devtools/build/android/BUILD
parent63ee240af85d1822f05b537153af643563b48cb3 (diff)
Adds data binding support to the Android resource processor.
This is invoked via the new --dataBindingInfoOut flag. If specified and the rule has resources, data binding declarations in layout .xmls are stripped and fed into an aggregated .zip file under that name. The original (stripped) .xml is then fed into aapt for normal processing. If specified and the rule has no resources, an empty file is created. If not specified, everything works as before. -- MOS_MIGRATED_REVID=130973265
Diffstat (limited to 'src/tools/android/java/com/google/devtools/build/android/BUILD')
-rw-r--r--src/tools/android/java/com/google/devtools/build/android/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/android/java/com/google/devtools/build/android/BUILD b/src/tools/android/java/com/google/devtools/build/android/BUILD
index aac3a058fa..f4b5689623 100644
--- a/src/tools/android/java/com/google/devtools/build/android/BUILD
+++ b/src/tools/android/java/com/google/devtools/build/android/BUILD
@@ -80,6 +80,7 @@ java_library(
"//third_party:asm",
"//third_party:guava",
"//third_party:jsr305",
+ "//third_party/java/android_databinding:exec",
"//third_party/protobuf",
],
)