commit | a17c7a1005d1d5f286d9fe79c62852e85d576433 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Fri Jun 28 07:36:47 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 28 07:36:47 2019 -0700 |
tree | cad8ed92cea031f23d5cb06104b71c55c9cf3618 | |
parent | d84a0531e9c0c9e1b3cc5556925d0b088b4e06c4 [diff] | |
parent | bf95d43dc688f5fda47855c2feba93da83f76464 [diff] |
Merge "Move board config variable from mainline_system" am: bf95d43dc6 Change-Id: Ia83dae93f93a2ce9e884e314b5d9b4d872c9ead0
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.