commit | 2c51ebf669b822dc96b75b57b8f4f63a480c52c5 | [log] [tgz] |
---|---|---|
author | Vilas Bhat <vilasbhat@google.com> | Tue May 21 04:21:49 2024 +0000 |
committer | Vilas Bhat <vilasbhat@google.com> | Tue May 21 16:33:04 2024 +0000 |
tree | 989aec0d097a033eef0215f5ee030bece6c47d4b | |
parent | 48132d658080fba9f245c729eda0126bf4939dff [diff] |
16k: build: Enable `PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO` on the ndk target Test: Presubmit and manual testing Bug: 337242400 Change-Id: I89f91566ebe7dcaf8056859549d5769d2f5e936e
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.