commit | e4a3e9ee5ae77301c351be2c148e29a54c9edf59 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Tue May 07 22:52:17 2024 +0000 |
committer | Spandan Das <spandandas@google.com> | Tue May 07 22:56:45 2024 +0000 |
tree | d17d11a0697bd89ef44ad31392f3c510d4941687 | |
parent | cf7dd64339bae80266e811dc21a10271765613ec [diff] |
Update BRANCH_DEFAULT_MODULE_BUILD_FROM_SOURCE documentation With trunk stable, we no longer have multiple development branches, and this flag is no longer in use. Test: N/A (documentation change) Bug: 308188056 Change-Id: Icdaddde9d107de9a453106cae35645b7e6cc21e9
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.