Skip to content

Commit 606c89b

Browse files
bcorsoDagger Team
authored andcommitted
Internal changes
RELNOTES=N/A PiperOrigin-RevId: 355966496
1 parent e2c9a9a commit 606c89b

4 files changed

Lines changed: 4 additions & 24 deletions

File tree

  • javatests/dagger/hilt/android/processor

javatests/dagger/hilt/android/processor/BUILD

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,3 @@ java_library(
3636
"@maven//:com_github_tschuchortdev_kotlin_compile_testing",
3737
],
3838
)
39-
40-
filegroup(
41-
name = "srcs_filegroup",
42-
srcs = glob(["*"]),
43-
)

javatests/dagger/hilt/android/processor/internal/aggregateddeps/BUILD

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ compiler_test(
3333
"@androidsdk//:platforms/android-30/android.jar",
3434
],
3535
deps = [
36-
"//javatests/dagger/hilt/android/processor:android_compilers",
3736
"@google_bazel_common//third_party/java/compile_testing",
3837
"@google_bazel_common//third_party/java/junit",
3938
"@google_bazel_common//third_party/java/truth",
39+
"//javatests/dagger/hilt/android/processor:android_compilers",
4040
],
4141
)
4242

@@ -49,8 +49,3 @@ java_library(
4949
"//java/dagger/hilt/components",
5050
],
5151
)
52-
53-
filegroup(
54-
name = "srcs_filegroup",
55-
srcs = glob(["*"]),
56-
)

javatests/dagger/hilt/android/processor/internal/androidentrypoint/BUILD

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ compiler_test(
2626
"@androidsdk//:platforms/android-30/android.jar",
2727
],
2828
deps = [
29-
"//javatests/dagger/hilt/android/processor:android_compilers",
3029
"@google_bazel_common//third_party/java/compile_testing",
3130
"@google_bazel_common//third_party/java/junit",
3231
"@google_bazel_common//third_party/java/truth",
32+
"//javatests/dagger/hilt/android/processor:android_compilers",
3333
],
3434
)
3535

@@ -42,10 +42,10 @@ compiler_test(
4242
"@androidsdk//:platforms/android-30/android.jar",
4343
],
4444
deps = [
45-
"//javatests/dagger/hilt/android/processor:android_compilers",
4645
"@google_bazel_common//third_party/java/compile_testing",
4746
"@google_bazel_common//third_party/java/junit",
4847
"@google_bazel_common//third_party/java/truth",
48+
"//javatests/dagger/hilt/android/processor:android_compilers",
4949
],
5050
)
5151

@@ -59,14 +59,9 @@ compiler_test(
5959
],
6060
deps = [
6161
"//java/dagger/internal/guava:collect",
62-
"//javatests/dagger/hilt/android/processor:android_compilers",
6362
"@google_bazel_common//third_party/java/junit",
6463
"@google_bazel_common//third_party/java/truth",
64+
"//javatests/dagger/hilt/android/processor:android_compilers",
6565
"@maven//:com_github_tschuchortdev_kotlin_compile_testing",
6666
],
6767
)
68-
69-
filegroup(
70-
name = "srcs_filegroup",
71-
srcs = glob(["*"]),
72-
)

javatests/dagger/hilt/android/processor/internal/viewmodel/BUILD

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,3 @@ kt_jvm_library(
110110
"@google_bazel_common//third_party/java/compile_testing",
111111
],
112112
)
113-
114-
filegroup(
115-
name = "srcs_filegroup",
116-
srcs = glob(["*"]),
117-
)

0 commit comments

Comments
 (0)