Anton Hansson
dd7d52f963
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 16:41:01 +01:00
..
2020-10-09 14:45:24 +01:00
2020-10-16 22:30:37 +00:00
2020-10-06 12:58:51 +00:00
2020-03-12 13:42:29 +00:00
2020-08-31 21:21:38 -07:00
2020-02-20 16:11:35 +08:00
2020-01-13 21:42:24 +09:00
2020-05-03 09:58:54 -07:00
2020-10-13 21:51:23 +00:00
2020-09-24 14:04:51 +01:00
2020-09-24 09:36:15 -07:00
2020-10-19 16:41:01 +01:00
2020-10-14 13:57:55 +00:00
2020-10-19 16:41:01 +01:00