commit | a6292d3fde1e4c182c59382f812b11ed8d22a44e | [log] [tgz] |
---|---|---|
author | Alyssa Ketpreechasawat <kalyssa@google.com> | Wed Sep 13 07:12:38 2023 +0000 |
committer | Alyssa Ketpreechasawat <kalyssa@google.com> | Mon Sep 25 15:26:13 2023 +0000 |
tree | c5a4087015428a679a5be4696f268dd3d73273f7 | |
parent | 28a79fe3198897c6b70241fbddae6119e9307452 [diff] |
Add RELEASE_DEFAULT_MODULE_BUILD_FROM_SOURCE in config. Bug: 301871981 Test: m (build from prebuilts) Change-Id: Ic654cbc18992310e24a7d9334fcad4449d5c34f2
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.