commit | 66f3a96a7969837beaffc92e04c7a92d1c76f2ae | [log] [tgz] |
---|---|---|
author | Kalesh Singh <kaleshsingh@google.com> | Wed Aug 09 15:47:20 2023 -0700 |
committer | Kalesh Singh <kaleshsingh@google.com> | Wed Aug 09 15:50:08 2023 -0700 |
tree | aafe7b3361fe7b980873be15e8f5ca32a485956f | |
parent | e88ec57f5ec6dce50d0c2a6d1468145b77cde99e [diff] |
libvulkan: Remove use of hardcoded PAGE_SIZE 4096 bionic hard codes the PAGE_SIZE macro as 4096. This is going away as Android begins to support larger page sizes. Remove the usage of this assumption from libvulkan source; use instead getpagesize() which provides the real pagesize. Test: mma Bug: 295227858 Change-Id: Ie7c2c2f47d8c61c7495dbd3d88bb63ccf7a74063 Signed-off-by: Kalesh Singh <kaleshsingh@google.com>