commit | dd0de3abcef40e2af1310c44ee05589fdaa443d3 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri Oct 02 20:06:12 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 02 20:06:12 2020 +0000 |
tree | 2f45363c4c97b44b4ca44c308ec22e75d8ade792 | |
parent | 703b4ecdaddfe0cd85def94b88b3c30b50eea3c6 [diff] | |
parent | fb54beb4f432a5d2648b0a226e5c3e1f4f739896 [diff] |
Merge "Fix boot-* to kernel-* dependency" am: 871e3c6032 am: eddd0d6967 am: fb54beb4f4 Original change: https://android-review.googlesource.com/c/platform/build/+/1442279 Change-Id: Ib909cc508b0b39b494392dd7be70d15ff6ef4adf
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.