commit | 92b990b85f63c30659d960075c181bc6620c91d8 | [log] [tgz] |
---|---|---|
author | KH Shi <kenghua@google.com> | Wed Nov 15 07:15:09 2023 +0000 |
committer | KH Shi <kenghua@google.com> | Wed Nov 15 07:15:09 2023 +0000 |
tree | 1ab0de5d1de6ee5af6c694c541a83171e5e6bc53 | |
parent | a4e35a49b7351526307cf4144c4431eea9edd817 [diff] |
Avoid using FileDescriptor#getInt$() on R FileDescriptor#getInt$() is a hidden API with the unsupportedApiUsage annotation on R. Accessing it will cause a NewApi linter check error. It should be removed from OffloadHalHidlImpl as it is only used for log messages. Bug: b/205762647 Test: m Change-Id: Ie41d12988aee65a066dfb1529e828f4523cc0907