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