diff --git a/buildtools/checkdeps/README.md b/buildtools/checkdeps/README.md index 12a89cbe0cb480..db31b09bee8404 100644 --- a/buildtools/checkdeps/README.md +++ b/buildtools/checkdeps/README.md @@ -59,6 +59,20 @@ specific_include_rules = { } ``` +To add different dependencies for Java instrumentation and unit tests, the +following regular expressions may be useful: + +``` +specific_include_rules = { + '.*UnitTest\.java': [ + # Rules for unit tests. + ], + '.*(?