commit | 0c75ea8ca7619a9836bacfee7e5776617522d8ae | [log] [tgz] |
---|---|---|
author | Alyssa Ketpreechasawat <kalyssa@google.com> | Fri Oct 06 07:01:03 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Oct 06 07:01:03 2023 +0000 |
tree | c5a4087015428a679a5be4696f268dd3d73273f7 | |
parent | 55702a7fb49af4e1fbbefea6a6dd6defecaf7065 [diff] |
Revert "Revert "Add RELEASE_DEFAULT_MODULE_BUILD_FROM_SOURCE in config."" This reverts commit 55702a7fb49af4e1fbbefea6a6dd6defecaf7065. Reason for revert: resubmit Change-Id: I5ddb51159e69045ac6c370fdcd11f6bd9f86dd65
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.