commit | 79626450f02172af9ab8c38a82bc32cbdf7d96e0 | [log] [tgz] |
---|---|---|
author | Will Burr <wgb@google.com> | Wed Feb 09 20:37:03 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Feb 09 20:37:03 2022 +0000 |
tree | c733e5f6b1868a47b286613d856368515969d859 | |
parent | c3c1130bbb3730533077aef7d1a0aaa318e55a43 [diff] | |
parent | 0bc5e168712f663c6e0177f737f2a5e926dfc86f [diff] |
Merge "envsetup.sh: Update text in lunch menu for clarity" am: 44adfa7f8c am: 0b828a50c7 am: c838e15827 am: 0bc5e16871 Original change: https://android-review.googlesource.com/c/platform/build/+/1974422 Change-Id: I20ec8376a69d29454a5d365d9e45052cba5e7ddf
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.