commit | 01e2b98ca86f774a7a3accf3a6bdaedbe7d2e395 | [log] [tgz] |
---|---|---|
author | Vilas Bhat <vilasbhat@google.com> | Mon Dec 04 22:34:42 2023 +0000 |
committer | Vilas Bhat <vilasbhat@google.com> | Tue Dec 05 21:59:31 2023 +0000 |
tree | 79fc344cb3bca502178bb58ec3ba9b7796f7859d | |
parent | d5074b3d7d30416288f93d229fe00918b3b70655 [diff] |
16k: core: Update PRODUCT_PAGE_SIZE_AGNOSTIC to PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO This is to help clarify that this flag doesn't mean the device will actually work end-to-end with any page size. Renaming several dependent variables will be done in subsequent patches. Bug: 312541564 Test: ``` $ source build/envsetup.sh $ lunch aosp_cf_arm64_phone_pgagnostic-trunk-userdebug $ get_build_var TARGET_NO_BIONIC_PAGE_SIZE_MACRO true ``` Change-Id: I9bae8b00139f601a3324da902aeb4ae82113ccdd
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.