diff options
author | Jiyong Park <jiyong@google.com> | 2018-01-03 11:13:29 +0900 |
---|---|---|
committer | Jiyong Park <jiyong@google.com> | 2018-01-03 11:13:29 +0900 |
commit | 5a8940a338fd292ca511966853ca05e197da4ed9 (patch) | |
tree | 10d093232df963763d4ff0171dea50c4f8d8e850 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | ea713a3882d11675ca067ad63ab01a664d012f3b (diff) |
Remove @SystemApi from inherited methods of AudioFocusInfo
Since the inherited methods hashCode and equals from the class Object is
already a public API, they don't need to be marked as SystemApi; they
haven't been appear in system-current.txt.
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: I40d60ed524d660f47b5c569980c28c6f0bd83db9
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions