commit | 17f1e7268dd74f4629847433f983416344a6364d | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Tue Aug 16 15:30:26 2022 -0700 |
committer | Cole Faust <colefaust@google.com> | Wed Aug 17 19:57:44 2022 +0000 |
tree | ab83a8aec6db135e0c52e30964893a78c63d974a | |
parent | 258ded61cdeafe20136f3450536675b6f518dca3 [diff] |
Mark SystemUI-tests as test code for lint Lint warns on usages of @VisibleForTesting methods from non-test code. Since SystemUI-tests is just a regular android_library instead of an android_test, it was warning there. Mark it as a test module so lint knows not to warn. Fixes: 235339747 Test: Presubmits Change-Id: Ibf8e94c4f9582740e60e285cc918b2976c1fc19a