diff options
author | Anton Hansson <hansson@google.com> | 2020-10-19 11:38:00 +0100 |
---|---|---|
committer | Anton Hansson <hansson@google.com> | 2020-10-20 09:04:03 +0100 |
commit | 586a3cf2297100177b5e1c814f435fea71c5f1f9 (patch) | |
tree | a7a2cfc267f8b7b0abd8a7d6eff6ed6bb3dd3de2 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
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
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions