commit | aa75882e48fcf2f278f407c7c0da092d9840ef19 | [log] [tgz] |
---|---|---|
author | Steve Muckle <smuckle@google.com> | Fri Sep 27 14:30:55 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Sep 27 14:30:55 2019 -0700 |
tree | 9c8505f6b80954ee8a5aaf6d4b03a5a5d40fbf6a | |
parent | 84db34b01bab40bced05c5ecf7d75330096fedf7 [diff] | |
parent | a65046ad3d1c26ec71d580fc861233d5a567cae5 [diff] |
Merge "add vendor_boot image support" am: 1623ec97f1 am: a65046ad3d Change-Id: I6ebec1446dec0c9251706a0dae129ff3187fb024
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.