Anton Hansson
ee8c25823d
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
2020-10-19 19:08:26 +01:00
..
2020-10-19 19:08:26 +01:00
2020-06-26 16:14:19 +00:00
2020-04-20 10:42:58 -04:00
2020-02-19 16:37:42 +00:00
2020-05-04 23:54:25 +00:00
2020-06-23 11:28:35 +09:00
2020-04-13 13:00:47 +09:00
2020-04-10 00:32:43 -07:00
2020-01-26 15:47:02 -08:00