commit | f464d39aedc15a8affc7509d4ca1a0eef3d4e5ee | [log] [tgz] |
---|---|---|
author | Vilas Bhat <vilasbhat@google.com> | Tue Dec 05 15:14:48 2023 +0000 |
committer | Juan Yescas <jyescas@google.com> | Tue Dec 05 22:01:08 2023 +0000 |
tree | f75cba0e659ba6250793851948b2894d49a9a828 | |
parent | 01e2b98ca86f774a7a3accf3a6bdaedbe7d2e395 [diff] |
16k: core: Update DevicePageSizeAgnostic to DeviceNoBionicPageSizeMacro This is part of a larger change to update the flag 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. Bug: 312541564 Change-Id: I584282ab5623003721c0c32483a842de1b4f9ef9
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.