commit | 61b0f799e29eb580fac86b689096e3f15fcc3197 | [log] [tgz] |
---|---|---|
author | LaMont Jones <lamontjones@google.com> | Tue Jan 30 23:04:02 2024 +0000 |
committer | LaMont Jones <lamontjones@google.com> | Tue Jan 30 23:07:15 2024 +0000 |
tree | 44734ef9517b2c2f3cb514c245f4cc417e504c08 | |
parent | 55d5fc504b6bf21539b030558a37efe31864f020 [diff] |
Add alias-release-config function This should be used to declare that a release config is an alias for another one. Aliases have no release config files of their own, and are primarily used to simplify continuous integration as releases happen. Bug: None Test: manual Change-Id: Ife5eb1f8f4bf8e06832dc55bbc390ce2f741ebb8
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.