commit | a4c5a37636fc95687e07d99dbbdd120dec45ccd0 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Mon Aug 20 15:50:11 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Aug 20 15:50:11 2018 -0700 |
tree | e3a032db782c3697fd5f415d6addf46dece97962 | |
parent | 09935c266bc44c1ae7652ab41270e25e5d01306d [diff] | |
parent | 5d1926376eafb7302456ff95d74fe61088665ab3 [diff] |
Merge "Use multiple globs/emails in per-file syntax" am: 5d1926376e Change-Id: I8de7260370a6f3f1fc7ae7cf9241c57631dd608a
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.