commit | 088a664274fb6a1a5680fadbebbc92b72f04b029 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Mon Oct 19 11:38:00 2020 +0100 |
committer | Anton Hansson <hansson@google.com> | Tue Oct 20 09:04:03 2020 +0100 |
tree | 0a9194d2e3200ac97c726c8f0cfd7eecdf408d49 | |
parent | af9772371c0ba94ed1efcf87897fc92262b06384 [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