From c251ead49b1689984f32832047529e5469674c69 Mon Sep 17 00:00:00 2001 From: jingwen Date: Wed, 16 May 2018 15:07:25 -0700 Subject: Update android_instrumentation_test docs to reflect new android/android-test repository RELNOTES: None. PiperOrigin-RevId: 196895737 --- site/docs/android-instrumentation-test.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'site') diff --git a/site/docs/android-instrumentation-test.md b/site/docs/android-instrumentation-test.md index f34130dcd5..0b063d6d7d 100644 --- a/site/docs/android-instrumentation-test.md +++ b/site/docs/android-instrumentation-test.md @@ -198,8 +198,8 @@ android_sdk_repository( ATS_COMMIT = "$COMMIT_HASH" http_archive( name = "android_test_support", - strip_prefix = "android-testing-support-library-%s" % ATS_COMMIT", - urls = ["https://github.com/google/android-testing-support-library/archive/%s.tar.gz" % ATS_COMMIT], + strip_prefix = "android-test-%s" % ATS_COMMIT", + urls = ["https://github.com/android/android-test/archive/%s.tar.gz" % ATS_COMMIT], ) load("@android_test_support//:repo.bzl", "android_test_repositories") android_test_repositories() -- cgit v1.2.3