Skip to content

Commit

Permalink
Add custom_package for android_local_test
Browse files Browse the repository at this point in the history
  • Loading branch information
SM2A committed Apr 12, 2024
1 parent 7ce77b2 commit f2050ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ android_local_test(
":testdpc_lib",
"@robolectric//bazel:android-all",
],
custom_package = "com.afwsamples.testdpc.common"
)

android_local_test(
Expand All @@ -141,6 +142,7 @@ android_local_test(
":testdpc_lib",
"@robolectric//bazel:android-all",
],
custom_package = "com.afwsamples.testdpc.feedback"
)

android_local_test(
Expand All @@ -152,6 +154,7 @@ android_local_test(
":testdpc_lib",
"@robolectric//bazel:android-all",
],
custom_package = "com.afwsamples.testdpc.policy.wifimanagement"
)

android_local_test(
Expand All @@ -165,6 +168,7 @@ android_local_test(
"@maven//:org_robolectric_robolectric",
"@robolectric//bazel:android-all",
],
custom_package = "com.afwsamples.testdpc.provision"
)

java_test(
Expand Down

0 comments on commit f2050ca

Please sign in to comment.