commit | 45ae6b065f3320ff96d24a1b57ffd393e91a5cce | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Tue Aug 27 04:16:35 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Aug 27 04:16:35 2019 -0700 |
tree | ca3c1597e48c0fc25d183e33afc03d3a8cfd2381 | |
parent | 30fb5cdce97f32d79926dc627251e91a4fe5c125 [diff] | |
parent | b2401b58a139e56f9d51b17fd1b861f1a5f05f63 [diff] |
Merge "Turn on BOARD_USES_METADATA_PARTITION in mainline" am: b2401b58a1 Change-Id: I751894eb7e75c89d8364611d96273e49e64a1861
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.