commit | 48e2d9c08136e3fc28898a1cddd74e5bc2e90963 | [log] [tgz] |
---|---|---|
author | Juan Yescas <jyescas@google.com> | Fri Aug 18 05:37:24 2023 +0000 |
committer | Juan Yescas <jyescas@google.com> | Fri Aug 18 14:31:50 2023 -0700 |
tree | 3abe639230058091989ab67996bccfc874a946fd | |
parent | ae6fdbf847f8c61fb157528c60f191b03231bdca [diff] |
simpleperf: 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 simpleperf, the PAGE_MACRO macro will be replaced by ~(getpagesize() - 1). Bug: 296508182 Test: source build/envsetup.sh lunch aosp_cf_arm64_phone_pgagnostic m Change-Id: If2bdece6f24e43e68f270704f480c6f1d3f644ba