commit | 0d841ae81243d73959fceb3f366e6536a2ec3869 | [log] [tgz] |
---|---|---|
author | Gabriel Biren <gbiren@google.com> | Thu Mar 16 17:18:57 2023 +0000 |
committer | Gabriel Biren <gbiren@google.com> | Thu Mar 16 17:24:51 2023 +0000 |
tree | 718705b2640836d27667fe4fc48a90f6c6aec061 | |
parent | 22b4a394bf3a731297411291f0128a4bff8dcdaa [diff] |
Add comment to the Vendor HAL Android.bp file to explain why the linter is disabled. If the linter were enabled, we would run into a build failure because fixed-size arrays are not supported on SDK Level < 33. The interface indicates min_sdk_version 30 due to mainline requirements, but the interface will only be accessed by devices running Android U. Bug: 267819850 Test: m Change-Id: Ifed2223d1c5f4bf46329ed72fa622b730e99cde1