commit | 14b4bbc4a214eb8dad5fadf21f4d778b9edddbc2 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 02 23:27:28 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 02 23:27:28 2020 +0000 |
tree | 94341519d04946416013ab7c1d5b1ea2c064fe52 | |
parent | 098949fe60aa7518c93ab8fc7260c90ec42a741b [diff] | |
parent | b6145d320cff7356e427727651abd1c444a0e414 [diff] |
Merge "Uses a per-partition fingerprint for building images and avb_salt." am: b6145d320c Change-Id: I8ca783cb0252a7b4562952835351aeef141913f9
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.