diff options
author | Jiyong Park <jiyong@google.com> | 2018-01-08 14:08:17 +0900 |
---|---|---|
committer | Holly Jiuyu Sun <jiuyu@google.com> | 2018-01-29 13:09:29 -0800 |
commit | dc77bcee407bc4334c71819dc088293e39a8fdad (patch) | |
tree | 777facf82321c318536491e1d69159c3f22cf026 /tools/aapt2/java/JavaClassGenerator.cpp | |
parent | b8b7589531a5c9c0102729baa364a4470eb50430 (diff) |
Remove SystemApi annotation from EuiccManager.getOtaStatus()
EuiccManager.getOtaStatus() has been annotated as @SystemApi, but its
declaring class EuiccManager has not. Therefore, the method hasn't been
recognized as SystemApi (does not appear in system-current.txt) and no
app is using the method.
This 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 this no-op annotation.
Bug: 67891551
Test: m -j checkapi
Change-Id: I570ef5e5c88b6b9162116d3d3a7b17367efa9d7f
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions