commit | b5cdf6dd8cd09223122ebaa6694c25c0871f4921 | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Sat Jul 13 14:22:32 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Sat Jul 13 14:22:32 2019 -0700 |
tree | e35a2d136d3ab5035e144277fee2d968f499e5dc | |
parent | 8c2d5f18bb25fc3366b351a73e39a739ea6ff42e [diff] | |
parent | 737930417c56d76e9a55f6ef620f16b6b0c99b93 [diff] |
Merge changes Ia0410da8,Id756340f am: 1277b8cca1 am: 014de67d06 am: 737930417c Change-Id: Ia086b7302a1921ef5117b9505f1b051d810a36d7
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.