commit | c777570825168b9c91dd59e9675fb5954c06ca18 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Fri Apr 23 22:44:01 2021 +0000 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Fri Apr 23 22:44:01 2021 +0000 |
tree | 9022fd3557610c16cd60a99e7272a9b81c2cbb76 | |
parent | 6bb647fb8548612bbd4bcd8dbbf30a7e7e75a7c0 [diff] |
Revert "Enable support for verity writes for VABC targets" This reverts commit 6bb647fb8548612bbd4bcd8dbbf30a7e7e75a7c0. Reason for revert: b/186213024 Change-Id: I35054cf263c9118933fb885d5740546af3d4deec
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.