commit | 1b39c1b6ee03ac68999c111b268c3e084a8578f1 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Wed Aug 15 18:20:37 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Aug 15 18:20:37 2018 -0700 |
tree | 99db906acea40ee150eb22d88fb475e2b6385b0d | |
parent | b07b1fd843bf872d5faac0fdc46a04e2c8ba2401 [diff] | |
parent | f05a73c4cd72027f0ac93e3fd1b7921de59cbc2a [diff] |
Merge "Default BUILD_BROKEN_ANDROIDMK_EXPORTS to false" am: 78f95fa7ef am: 346034da97 am: f05a73c4cd Change-Id: I1f8e890620b463001e1725bc9d21ac916e2372e4
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.