commit | 325d0f806c009f5cb03ef2a4409dee59cf40f365 | [log] [tgz] |
---|---|---|
author | Cory Barker <cobark@google.com> | Mon Aug 08 16:56:06 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Aug 08 16:56:06 2022 +0000 |
tree | 30c6e3a3f07a31d36d32b659862b43bed0521a38 | |
parent | 5cce2c9570f533082ab26efcfb9661eb582adf58 [diff] | |
parent | 85125778f571e6e626c7f7de71a847a2b40bf25c [diff] |
Merge "Revert "Updated the way we build AFL++ fuzz binaries"" am: 85125778f5 Original change: https://android-review.googlesource.com/c/platform/build/+/2177927 Change-Id: Ic04e4d777791a31253c8ddd257c9e59fb45b4aa6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.