commit | a6355cbc9b705704b8d5db0fcba4fe5b9a796248 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Thu Feb 22 01:42:33 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Feb 22 01:42:33 2018 +0000 |
tree | 08bfcb0d00f93af9a6c8ef1314a5bfa3539d4029 | |
parent | 4e636f04415f60d62862a87479690417c140175f [diff] | |
parent | d8cb5746be52bec3eb30f40de122f3e5b8362350 [diff] |
Merge "Add property for generating dm files" am: 3d2b45ad55 am: d8cb5746be Change-Id: I6cee03620521d4846a23a6a65e413c484ad7ada3
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.