commit | 81c61780bb180472b39b8c4c1e4fffa4c8f1ba95 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Fri Jun 28 08:37:52 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 28 08:37:52 2019 -0700 |
tree | 514b40ec62e6d2046b4b3c5f64c1d0ef1addaf04 | |
parent | c1c52e7b3bac30489c913e03679d11c5ed0ef67d [diff] | |
parent | a17c7a1005d1d5f286d9fe79c62852e85d576433 [diff] |
Merge "Move board config variable from mainline_system" am: bf95d43dc6 am: a17c7a1005 Change-Id: I1d945c577a363716f4389f05681c5d2c3ba22f07
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.