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, 4 insertions, 0 deletions
diff --git a/site/docs/android-instrumentation-test.md b/site/docs/android-instrumentation-test.md
index b331b85226..55d863562b 100644
--- a/site/docs/android-instrumentation-test.md
+++ b/site/docs/android-instrumentation-test.md
@@ -536,3 +536,7 @@ API_LEVELS = [
- Windows support
- Improved external dependency management
- Remote test caching and execution
+
+We are planning to rewrite the Android rules in [Skylark](https://docs.bazel.build/versions/master/skylark/concepts.html).
+The `android_instrumentation_test` rule will be part of the rewrite, however,
+its usage will remain unchanged from the end-user perspective.