commit | 0bc5e168712f663c6e0177f737f2a5e926dfc86f | [log] [tgz] |
---|---|---|
author | Will Burr <[email protected]> | Wed Feb 09 20:22:05 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Feb 09 20:22:05 2022 +0000 |
tree | d73e8f970553a3a8c5a7375dd4b5733582e855b8 | |
parent | c2e64199622bb0ab70faf12e94c590d42be5d6d0 [diff] | |
parent | c838e158276e39b4127748b80bd9ae9bbb6d3d59 [diff] |
Merge "envsetup.sh: Update text in lunch menu for clarity" am: 44adfa7f8c am: 0b828a50c7 am: c838e15827 Original change: https://android-review.googlesource.com/c/platform/build/+/1974422 Change-Id: I6f2c3d6aa414773e6aa737800a886762801112cd
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.