commit | 42a30f0ed43ca4bbcb9d56d0065a5afa33fb711f | [log] [tgz] |
---|---|---|
author | Daniel Norman <danielnorman@google.com> | Fri Feb 18 21:13:02 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 18 21:13:02 2022 +0000 |
tree | 1a5f2cefa0e52dba6960b42a9a37466716a3a69e | |
parent | 2012fd1d00c616a91e5a79f0feb6c9ca71325d05 [diff] | |
parent | f14e8caca799d443f9634a544ec79bfa9688f08c [diff] |
Merge "Fix build break for vendor freeze" am: f14e8caca7 Original change: https://android-review.googlesource.com/c/platform/build/+/1836120 Change-Id: I98ae1c7e2bc9c721c6acb83054a8910ea23c68ff
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.