commit | 25aa14531fadad531c34da041f9d2060d76db000 | [log] [tgz] |
---|---|---|
author | Vilas Bhat <vilasbhat@google.com> | Fri Apr 12 22:15:59 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Apr 12 22:15:59 2024 +0000 |
tree | 9801981c2a13108e2b8404511cc56fd1ae04ab23 | |
parent | 1c4c94d7842817c9fd7a77ad88269ffd3f54d0a8 [diff] |
Revert "16k: Enable `PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO` on aosp_x86_64" This reverts commit 1c4c94d7842817c9fd7a77ad88269ffd3f54d0a8. Reason for revert: CI breakages for 2 targets. Please refer to bug for more details Bug: 334152807 Change-Id: I76853ccfd8a41f99670a7b7513f358f076f9b271
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.