commit | 31971fb99e1991e426af333fec98d322a80888c8 | [log] [tgz] |
---|---|---|
author | Kennet Belenky <kennet@google.com> | Fri Apr 05 23:09:08 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Apr 05 23:09:08 2024 +0000 |
tree | b29ad165ffb54a9c94b3deb176a5a6588f7ebfb0 | |
parent | 21a09420c77ad6050de008f3122f092358e899e4 [diff] |
Revert "16k: core: Enable TARGET_NO_BIONIC_PAGE_SIZE_MACRO by default on Android V targets" This reverts commit 21a09420c77ad6050de008f3122f092358e899e4. Reason for revert: Identified as a culprit in a test break. https://buganizer.corp.google.com/issues/333124272 Change-Id: Ia5f906077ce40a0dffe09619a89ab2e2fdeb7e69
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.