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