commit | cf51f70e0ae4d0cd3e35e0822071e44cf05998d9 | [log] [tgz] |
---|---|---|
author | Juan Yescas <jyescas@google.com> | Fri Aug 18 16:04:03 2023 +0000 |
committer | Juan Yescas <jyescas@google.com> | Fri Aug 18 16:04:03 2023 +0000 |
tree | 3d8d994d04030da432fb121bc7b4ac55951c61d4 | |
parent | b7a4c5580f5b6d08acda8c82895902ae7edc1f4d [diff] |
gralloc: Remove PAGE_SIZE 4096 usage Android V will support page size agnostic targets. The bionic macro PAGE_SIZE won't be defined for the agnostic targets. The PAGE_SIZE macro will be replaced by getpagesize(), which provide the real page size, in gralloc. Bug: 296578499 Test: source build/envsetup.sh lunch aosp_cf_arm64_phone_pgagnostic Change-Id: I963468712a7d65160201b720de0efe009921ad53