commit | 586a3cf2297100177b5e1c814f435fea71c5f1f9 | [log] [tgz] |
---|---|---|
author | Anton Hansson <[email protected]> | Mon Oct 19 11:38:00 2020 +0100 |
committer | Anton Hansson <[email protected]> | Tue Oct 20 09:04:03 2020 +0100 |
tree | a7a2cfc267f8b7b0abd8a7d6eff6ed6bb3dd3de2 | |
parent | 4af480c6c10b916fd702c8c4b1812437d12d146c [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