commit | dc2fd4ea31dcb5fb84e6f772542bc6257fc33af9 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri May 14 21:17:48 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri May 14 21:17:48 2021 +0000 |
tree | 63ab5c6e155ca1910a524490bd66f536e4d0b3bb | |
parent | b8781f967040b5a6b329bbb6726edb92d52fcbf6 [diff] | |
parent | 8b02856f97e3f8a6395dc5d1d10aaa84d90a8f5c [diff] |
Merge "Reland: Enable verity computation on VABC devices" am: de1e64c7fd am: 8b02856f97 Original change: https://android-review.googlesource.com/c/platform/build/+/1708626 Change-Id: Ic695676cd56ac3d8e68a79445af8f89e19bad83e
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.