commit | c7c103514facda990031d9fed182614e60561414 | [log] [tgz] |
---|---|---|
author | Daniel Norman <danielnorman@google.com> | Fri Jun 14 15:12:25 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 14 15:12:25 2019 -0700 |
tree | 7531b33e75135a782855d6a67de698e3d7770735 | |
parent | 27e5d4e886877a71ba43021914d627bf14499c53 [diff] | |
parent | d3576727ea8a268489d5e7b50d7012ede5910116 [diff] |
Merge "Allows skipping building the super images for partial builds." am: 87ebb3013f am: d3576727ea Change-Id: I872f713f9f8ff30b3dd72643b07443894b5af451
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.