commit | 7760fdff02fa4ed4f8a50ad3c0a35dc521bd1a54 | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <pirama@google.com> | Tue Jan 30 06:40:56 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jan 30 06:40:56 2018 +0000 |
tree | d8013a9104c1ff922f8b7c116b71f6d3d3b65bae | |
parent | 2192dda42ae7d67a58ff6e440d8b1cd731ff42b7 [diff] | |
parent | d33cac8af18ffbca3cb77c060b2fef2b3cd793c1 [diff] |
Merge "Write SOONG_MODULES_MISSING_PGO_PROFILE_FILE to $DIST_DIR" am: d33cac8af1 Change-Id: I059548084c60592998518986c9c09e3eab145965
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.