commit | 5e2d3399d3b07bf83b596e6633c157e23f97124c | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Fri Oct 27 14:15:48 2023 -0600 |
committer | Greg Kaiser <gkaiser@google.com> | Fri Oct 27 15:59:36 2023 -0600 |
tree | d1d9aa0ee93925185ef9315f6640e73089c4494a | |
parent | 3006f169b521e03ca7cb4c889226d91de4604875 [diff] |
Require lunch targets to be product-release-variant Instead of supporting both product-variant and product-release-variant, we now require the release type to be given to use. Bug: 307946156 Test: 'lunch aosp_mokey-userdebug' (now) fails; 'lunch aosp_mokey-trunk_staging-userdebug' (still) works Change-Id: Ica87b3969f950a57232615f33bfe5f4012a743d6
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.