commit | 62fca28f0dada2ea9e220fc385af97c6528bcbef | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed Aug 22 12:07:48 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Aug 22 12:07:48 2018 -0700 |
tree | 1fc98a5158fb00c6244535146de76da2cb5959c0 | |
parent | 731ceaa10b331be1635ec5e8d1ae5cf656c4d82d [diff] | |
parent | 6cd4df1c5d089b7458e9aedad1c190524a03929b [diff] |
Merge "Add OTA support to mainline_system." am: 82182c8233 am: 6cd4df1c5d Change-Id: Ie5fac69473b4018759797b4aae7ae5402cfe900b
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.