commit | 2875f607e38f3362688ec3912cbd5b06d7b21071 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Dec 03 08:22:53 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Dec 03 08:22:53 2020 +0000 |
tree | d980460ce717cb9eac132fac3a15a4dd400c97e1 | |
parent | 90dd8696d45fb0f4cc6fd1a6bdac3a83acfc75e9 [diff] | |
parent | d955bc1288e71a4082986c485c5160bd163deaec [diff] |
Merge "Adds host_init_verifier to otatools.zip" am: d955bc1288 Original change: https://android-review.googlesource.com/c/platform/build/+/1515821 Change-Id: Ia662cc0bb2dba840247de7d69229d2fb5ad20345
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.