commit | 81ebcd88d3e169ab8af458a9205bccea272ab70f | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Wed May 05 14:25:59 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed May 05 14:25:59 2021 +0000 |
tree | eceb5c3fec545dfcb60fb39c1f3c2cd6ada46f9f | |
parent | 593a8b1a5d1c75de3e8d2336d9a885213a67d74f [diff] | |
parent | 1c42dc2b64e61f827b9473502ae68a45b6d5c3cc [diff] |
Merge "Disable downgrade VABC OTAs" am: e8d28faee6 am: 6edfe4753c am: 1c42dc2b64 Original change: https://android-review.googlesource.com/c/platform/build/+/1696246 Change-Id: Iee832824eae7665d5ac366eb9cb48255f44e7c84
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.