461c64db9e
Use max_page_size() for build time variable alignments instead of PAGE_SIZE. In the 4k targets there is no functional difference since max_page_size() == page_size() == 4096. On a 16kb device max_page_size() == 65536 and page_size() == 16384. However, aligning up does not incur any memory regressions since the .bss/.data sections are still be backed in PAGE_SIZE'ed chunks. See: go/16k-page-aligned-variables Bug: 296275298 Test: mma Change-Id: Ic944235d8a5742a51a8fb0f2a0b75e532f404110 Signed-off-by: Kalesh Singh <kaleshsingh@google.com> |
||
---|---|---|
.. | ||
Android.bp | ||
libdl.cpp | ||
libdl.map.txt | ||
libdl_android.cpp | ||
libdl_android.map.txt | ||
libdl_cfi.cpp | ||
libdl_static.cpp | ||
MODULE_LICENSE_APACHE2 | ||
NOTICE |