commit | edce9368fdf99a83dacba8538d90cd9abc8534cd | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Nov 11 19:34:35 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Nov 11 19:34:35 2021 +0000 |
tree | f55a90e1f24088118bb25d80a037dbf0dbc5d4a3 | |
parent | 0622a4fed6591efdc6507bb05a794e3ba73b3951 [diff] | |
parent | 9dbc9d400e213adb6cdb2eb0c30da6207e2994d7 [diff] |
Merge "Revert "Add fsverity test key"" am: edf3230c76 am: 2b15898d7f am: 9dbc9d400e Original change: https://android-review.googlesource.com/c/platform/build/+/1888499 Change-Id: Ibcfdee0950a4ccd49ed688d852a9985d5497f3f0
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.