diff options
author | Jiyong Park <jiyong@google.com> | 2018-01-03 09:50:28 +0900 |
---|---|---|
committer | Jiyong Park <jiyong@google.com> | 2018-01-03 10:03:38 +0900 |
commit | 8505e098bd92a100492b59b1f6752e0635b32351 (patch) | |
tree | 307a88e28f91f54421e71002e6617a428898b3d7 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | ea713a3882d11675ca067ad63ab01a664d012f3b (diff) |
Remove @SystemApi annotation from private or package-private members
Some private or package-private members have been marked as @SystemApi,
which do not make sense as they aren't accessible to apps due to the
access modifier. Having annotation on such members hasn't been harmful,
but will soon trigger CTS failures when we do the exact match for
SystemAPIs; a runtime entity annotated as @SystemApi have to exist in
the documented API (e.g. system-current.txt). So, removing the bogus
annotations.
Bug: 67891551
Test: m -j does not require m update-system-api
Change-Id: I0083475ef5435cf9a582c2ce1be469c92328fe69
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions