diff options
author | 2023-08-18 06:32:51 +0000 | |
---|---|---|
committer | 2023-08-18 18:36:12 +0000 | |
commit | 93546c2ee7c34d89543bc62f245caa4de39c999d (patch) | |
tree | 1d4a66ed1657bdff0dbf50eae72641c68726f72e /tools/aapt/Resource.cpp | |
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
Diffstat (limited to 'tools/aapt/Resource.cpp')
0 files changed, 0 insertions, 0 deletions