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-03-12 14:40:01 -07:00
2020-06-24 10:03:54 -07:00
2020-10-19 16:41:01 +01:00
2020-05-11 14:32:17 -07:00
2020-10-19 16:41:01 +01:00
2020-10-13 11:45:45 -07:00
2020-10-19 16:41:01 +01:00
2020-04-26 17:52:41 -07:00