commit | b47e18a6599a08619455e8b602af492589a6fb5b | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Aug 23 00:10:58 2024 +0000 |
committer | Steven Moreland <smoreland@google.com> | Fri Aug 23 00:41:44 2024 +0000 |
tree | 16e26789db155ffad76063cf4b5511aec1ff75fa | |
parent | f9f144363b29f7c82916ec4eb5cab89aac14b586 [diff] |
Standardize page property. ro.boot.hardware.cpu.pagesize is used on some devices to report the page size. However, we also know what value this should be from the CPU. Rather than create a separate property for this, standardize around this property. This also allows us to test the value of this property on all devices. Bug: 358696947 Test: Vts16KPageSizeTest Change-Id: I7f6260c68e17e7df8a789e9066a7171f3a56f4b0