commit | 815a167ae44d0bb406d3e58b782d4d596e1f1aa2 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Jan 18 22:59:25 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jan 18 22:59:25 2018 +0000 |
tree | 749bfb33eda30116c7c2f9ec14b5fb7627963bf1 | |
parent | 824dad93b041b6660818dcfe748418c1c6203113 [diff] | |
parent | 13f228ebdefeffea45221889d0288e82f9d03a35 [diff] |
Merge "releasetools: Remove the reloading of target info dict." am: 13f228ebde Change-Id: I2ae5c4e9aa92182a460d3f4cb334025a8ae33206
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.