commit | a94ba258405c224a4e8d991ede0723b9faf85a76 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Tue Jul 24 02:20:02 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jul 24 02:20:02 2018 -0700 |
tree | 798321a0fb388711604f5f5c0262f07fe88c569d | |
parent | 0b3a91c19d225d84507d7adc61b8fb7afe2f6457 [diff] | |
parent | 7b4b1b1548c38fdb188c7fdfb77bfe5922b0cded [diff] |
Merge "Dump artifacts offending path reqs into a file" am: 7b4b1b1548 Change-Id: Id661c2785ffddb053499cbfa3e0dd281cb609907
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.