commit | 01ca1175951ed0d31fd4c6cdbda414ed2a909b3a | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Jun 04 17:54:11 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jun 04 17:54:11 2019 -0700 |
tree | 913958ff13ebe7185331cce8a330379059c27304 | |
parent | f6e6eb1dc1789405c886a1981f4cc0f658144d08 [diff] | |
parent | 23def8793d1fbe78ca1f28a5ad491de284f21f8c [diff] |
Merge "releasetools: Allow verifying chained vbmeta partitions." am: 23def8793d Change-Id: Iefbf9a8a8808db8f005652f55b5ecbe043acdcfe
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.