summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2018-01-03 11:13:29 +0900
committerJiyong Park <jiyong@google.com>2018-01-03 11:13:29 +0900
commit5a8940a338fd292ca511966853ca05e197da4ed9 (patch)
tree10d093232df963763d4ff0171dea50c4f8d8e850 /tools/aapt2/java/JavaClassGenerator_test.cpp
parentea713a3882d11675ca067ad63ab01a664d012f3b (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