commit | 7033cc2c6fd53a4ff4f159e1094774a285ad1079 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Apr 16 11:07:26 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Apr 16 11:07:26 2018 -0700 |
tree | f974fa51660a220d5759a99def5c9c2c288298b9 | |
parent | ffcdc18a8c80d84c29b3356950916118ccc7dc78 [diff] | |
parent | 1cd44482db83f51da9c8988b69bd8d13e3f6ba84 [diff] |
Merge "Revert "Build: Support for compiled-classes file"" am: 1cd44482db Change-Id: I93c46ba84df49662ed161134f9b8b9ce406f8ac1
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.