commit | 3c7212fdfb113614a2bd2dc643fa24c2afc1b8c7 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Tue Aug 27 07:53:20 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Aug 27 07:53:20 2019 -0700 |
tree | 570eecf0abf139323863297062bdbafcf7f8153f | |
parent | 45ae6b065f3320ff96d24a1b57ffd393e91a5cce [diff] | |
parent | 8c116d86162ac80b353cb360dccab634dcd291f4 [diff] |
Merge "Fix host-init-verifier regression" am: 8c116d8616 Change-Id: I5c8c4126071d2470f98ded240a8d09fcd3244e21
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.