Update android_instrumentation_test docs to reflect new android/android-test repository
RELNOTES: None.
PiperOrigin-RevId: 196895737
diff --git a/site/docs/android-instrumentation-test.md b/site/docs/android-instrumentation-test.md
index f34130d..0b063d6 100644
--- a/site/docs/android-instrumentation-test.md
+++ b/site/docs/android-instrumentation-test.md
@@ -198,8 +198,8 @@
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()