aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/android-instrumentation-test.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/docs/android-instrumentation-test.md')
-rw-r--r--site/docs/android-instrumentation-test.md4
1 files changed, 2 insertions, 2 deletions
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()