aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorronshapiro <ronshapiro@google.com>2017-04-14 09:22:17 -0700
committerRon Shapiro <shapiro.rd@gmail.com>2017-04-19 14:40:39 -0400
commit3a179ec55332ad1c08bfe4c2bd8addbc8e4fa6da (patch)
tree5dcfab23bd73ae0a8396bc12ba7abc72c0983650 /BUILD
parent9eb3a928afbcc14fb2e235f160180555376440ac (diff)
downloaddagger2-3a179ec55332ad1c08bfe4c2bd8addbc8e4fa6da.tar.gz
Move prod compiler code and guava/jdk Optional tests from their previous maven structure (src/{main,test}/) to the {java,javatest}/ model typical to bazel
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=153174049
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index 9dcfc2168..a526844fa 100644
--- a/BUILD
+++ b/BUILD
@@ -27,7 +27,7 @@ py_test(
java_library(
name = "dagger_with_compiler",
- exported_plugins = ["//compiler:component-codegen"],
+ exported_plugins = ["//java/dagger/internal/codegen:component-codegen"],
exports = ["//core"],
)
@@ -59,7 +59,7 @@ jarjar_library(
name = "shaded_compiler",
rules_file = "shade_rules.txt",
deps = [
- "//compiler",
+ "//java/dagger/internal/codegen",
"@com_google_auto_auto_common//jar",
],
)