summaryrefslogtreecommitdiff
path: root/libs/input/KeyLayoutMap.cpp
diff options
context:
space:
mode:
author Jiyong Park <jiyong@google.com> 2020-08-13 20:21:57 +0900
committer Jiyong Park <jiyong@google.com> 2020-09-16 21:15:53 +0900
commit8cdf0764daf7e085d741d6b4c9c2b18c40b5d1f8 (patch)
tree7292609783ab91f7a442fe4a6d216c98526b89f6 /libs/input/KeyLayoutMap.cpp
parent6ba4920c3ac53336b7a6c5f25abeb50bbd9d0f93 (diff)
Suppress warning on the use of deprecated APIs
AChoreographer_postFrameworkCallback[Delayed] are deprecated since 29. So far, calling the deprecated APIs didn't cause any warning because compiler didn't know that they are deprecated. As we correctly annotate the deprecation using the availability attribute, the compiler starts to emit warning which by default is considered as an error. The use of the API inside the platform is considered okay because the platform need to support the APIs for backwards compatibility. Therefore, the errors are explicitly suppressed. Bug: 163288375 Test: m Change-Id: Ic9f6338e32bc6744c50ef627fbdc3f4e4afc7363
Diffstat (limited to 'libs/input/KeyLayoutMap.cpp')
0 files changed, 0 insertions, 0 deletions