Skip to content

Commit

Permalink
Point android_instrumentation_test's test runner to the vendored
Browse files Browse the repository at this point in the history
deploy jar at @android_test_support//:instrumentation_test_runner alias to  @android_test_support//opensource:entry_point_deploy.jar

GITHUB: bazelbuild#903
RELNOTES: None.
PiperOrigin-RevId: 182310718
  • Loading branch information
jin authored and Copybara-Service committed Jan 18, 2018
1 parent fe1bee5 commit 6f502ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/android/BUILD.tools
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,11 @@ alias(
actual = "//third_party/java/jarjar:jarjar_bin",
)

alias(
name = "instrumentation_test_entry_point",
actual = "@android_test_support//:instrumentation_test_runner",
)

# This is the default binding of //external:android/sdk. If someone attempts to
# build a rule that depends on //external:android/sdk without setting up
# android_sdk_repository in their WORKSPACE, the genrule will fail with a
Expand Down

0 comments on commit 6f502ac

Please sign in to comment.