commit | 5686c25cc4251a1d6dcda29081270813dba153a9 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Feb 06 23:48:50 2025 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Feb 06 23:48:50 2025 -0800 |
tree | e6b5ad27a448dece7c79d2f01b31902827416fcb | |
parent | 4659bc43de222a9d60819f7831df673106b12c1d [diff] |
Revert^2 "Add soong module for aosp_{arch}" This reverts commit 4659bc43de222a9d60819f7831df673106b12c1d. Reason for revert: breakage fixed by ag/31643748 Change-Id: I817c22ca57f6a7b3345429f48777315cf2d17f49
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.