commit | bbc4bc54f2c268eebe4d11683955ca199a65d9eb | [log] [tgz] |
---|---|---|
author | Kalesh Singh <kaleshsingh@google.com> | Fri Sep 08 13:47:18 2023 -0700 |
committer | Kalesh Singh <kaleshsingh@google.com> | Thu Oct 12 20:03:08 2023 +0000 |
tree | d688a8ebd03d50b03d142f384ec18e3667e9476a | |
parent | c519d1dde2967c337d256a3d29f1d60c4a57237f [diff] |
keymaster: Remove usage of PAGE_SIZE bionic provides PAGE_SIZE macro which happens to also match the size keymaster send buffer (4096) and half the size of the recv buffer. PAGE_SIZE is being removed as no other libc provides this and Android is moving towards being page-size-agnostic. Use a 4096 constant instead. Test: Boot 16k device Bug: 294914413 Change-Id: I2dc10b48811e24d25ba08cfe4ffb514e94d42a8f Signed-off-by: Kalesh Singh <kaleshsingh@google.com>