commit | d3ad962cdc38d1125c8b5db83ca26f7775bfe203 | [log] [tgz] |
---|---|---|
author | Vilas Bhat <vilasbhat@google.com> | Tue Mar 26 04:09:17 2024 +0000 |
committer | Vilas Bhat <vilasbhat@google.com> | Tue Mar 26 15:49:39 2024 +0000 |
tree | 3611e123f142326d2bf00889d6a279ad6e65e46b | |
parent | 89839911758b721603f11ea2edaed34e5c319d96 [diff] |
16k: core: Remove page size limitation for setting TARGET_NO_BIONIC_PAGE_SIZE_MACRO TARGET_NO_BIONIC_PAGE_SIZE_MACRO could be enabled regardless of the value specified by TARGET_MAX_PAGE_SIZE_SUPPORTED and hence, the check is no longer required. Test: lunch <target> && get_build_var TARGET_NO_BIONIC_PAGE_SIZE_MACRO Bug: 310232825 Change-Id: I4da314b803c4d84ac4ac1da691b9c195c2f2fb1d
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.