commit | 3d20a50464d7f3c6f42621d3070aeac18c50845d | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Mon Oct 19 18:57:17 2020 +0100 |
committer | Anton Hansson <hansson@google.com> | Mon Oct 19 19:08:26 2020 +0100 |
tree | 8788d04278f38ae2d6f0e24835e22ed8db8fca7a | |
parent | 0f2cebfb52e38d684f5d87fb4b93a0a1f3c99631 [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