Skip to content

Commit

Permalink
Tweak compiler_test build dependencies
Browse files Browse the repository at this point in the history
"compiler_deps" should include dependencies needed by the code being compiled
within the tests (i.e., android dependencies), while "deps" should include
only dependencies needed by the test code itself (i.e., not android dependencies).

PiperOrigin-RevId: 678834626
  • Loading branch information
java-team-github-bot authored and Dagger Team committed Sep 25, 2024
1 parent ab43d59 commit 2097a04
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ compiler_test(
"@androidsdk//:platforms/android-32/android.jar",
],
deps = [
"//java/dagger/hilt/android:android_entry_point",
"//java/dagger/hilt/android/testing/compile",
"//java/dagger/internal/codegen/xprocessing",
"//java/dagger/internal/codegen/xprocessing:xprocessing-testing",
Expand Down

0 comments on commit 2097a04

Please sign in to comment.