commit | 93546c2ee7c34d89543bc62f245caa4de39c999d | [log] [tgz] |
---|---|---|
author | Juan Yescas <jyescas@google.com> | Fri Aug 18 06:32:51 2023 +0000 |
committer | Juan Yescas <jyescas@google.com> | Fri Aug 18 18:36:12 2023 +0000 |
tree | 1d4a66ed1657bdff0dbf50eae72641c68726f72e | |
parent | d122f435d437c0096466d008f1c460a62884be66 [diff] |
CachedAppOptimizer: Remove PAGE_MASK usage Android V will support page size agnostic targets. The bionic macro PAGE_MASK won't be defined for the agnostic targets. For the CachedAppOptimizer, the PAGE_MASK macro will be replaced by ~(getpagesize() - 1). Bug: 296512786 Test: source build/envsetup.sh lunch aosp_cf_arm64_phone_pgagnostic m Change-Id: Ic4c50dcb5e4eb4a8ce6460df240340868c76f252