commit | 9a6fd906e62f336855e9f8ba10b5ab91b8ada836 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Mon Oct 19 16:15:58 2020 +0100 |
committer | Anton Hansson <hansson@google.com> | Mon Oct 19 16:41:01 2020 +0100 |
tree | ff32e29650a15e84ee7399003fc62a05e9f02a04 | |
parent | 3a07def46db1c00594d8182037ef2f3164b5c916 [diff] |
Remove @TestApi from @SystemApi symbols I ran these commands: cd frameworks/base grep -rl '@TestApi' --include '*.java' | xargs perl -i -p0e \ 's/\@SystemApi[\s\n]+(\@\w+[\s\n]+)?\@TestApi/\@SystemApi\1/gs' grep -rl '@TestApi' --include '*.java' | xargs perl -i -p0e \ 's/\@TestApi[\s\n]+(\@\w+[\s\n]+)?\@SystemApi/\1\@SystemApi/gs' Bug: 171179806 Test: m checkapi Change-Id: I772790b783b0a8730b8bf680c9e569a886b8d789 Merged-In: I772790b783b0a8730b8bf680c9e569a886b8d789