commit | b73f8dcc05b64f1dd993279d00fcf07025dac37e | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Nov 11 08:43:42 2021 +0000 |
committer | Inseob Kim <inseob@google.com> | Thu Nov 11 08:43:42 2021 +0000 |
tree | bb863e55a20efce3a6662f2fe5c4d828a71b551c | |
parent | 10255c894692df2ad9e62f4c99d526535c0d3039 [diff] |
Revert "Add fsverity test key" This reverts commit 10255c894692df2ad9e62f4c99d526535c0d3039. Reason for revert: redundant for now Change-Id: I756be1cfe3f4c8a2b8226955b8d9d963e40c71ae
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.