aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorronshapiro <ronshapiro@google.com>2017-04-19 11:07:49 -0700
committerRon Shapiro <shapiro.rd@gmail.com>2017-04-19 14:40:39 -0400
commit391aeebf4fff0af03bfadb10121455592cbbba6d (patch)
tree0c9356860872af0fd155dd3820f09f074d9eb493 /BUILD
parent3a179ec55332ad1c08bfe4c2bd8addbc8e4fa6da (diff)
downloaddagger2-391aeebf4fff0af03bfadb10121455592cbbba6d.tar.gz
Implement javadoc_library in skylark
Also fix a few javadoc bugs: - Add a dep for the android support code so that their sources can be linkified - Correctly pass the doctitle - Add files to the jar correctly; allframe-classes.html was being left out Closes https://github.com/google/dagger/issues/667 This gets rid of the hack for creating a {java,android}_binary rule just to get a deploy_jar, and weird bash interactions with passing parameters. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=153608635
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index a526844fa..91b82f8d4 100644
--- a/BUILD
+++ b/BUILD
@@ -96,6 +96,7 @@ javadoc_library(
deps = [
"//core/src/main/java/dagger:core",
"//java/dagger/android",
+ "//java/dagger/android/support",
"//producers",
],
)