commit | f3486b10201c7c5588846f5e7fa704ceabf962ce | [log] [tgz] |
---|---|---|
author | Cory Barker <cobark@google.com> | Mon Aug 08 15:55:12 2022 +0000 |
committer | Cory Barker <cobark@google.com> | Mon Aug 08 15:55:12 2022 +0000 |
tree | d876069b415a4e212d94e8eb2ce309f84d9ff47b | |
parent | 8a49a601434552404b94f91af751a29748dd072f [diff] |
Revert "Updated the way we build AFL++ fuzz binaries" Revert "Updated the way we build AFL++ fuzz binaries" Revert "Updated the way we build AFL++ fuzz binaries" Revert "Updated the way we build AFL++ fuzz binaries" Revert submission 2164482-Build AFL from Command line option Reason for revert: Unit test fails on MAC builds Reverted Changes: Ia7a822462:Updated the way we build AFL++ fuzz binaries I994bde63b:Updated the way we build AFL++ fuzz binaries Ie863853b4:Updated the way we build AFL++ fuzz binaries I577d6ae7b:Updated the way we build AFL++ fuzz binaries Ic4fd34f8d:Updated the way we build AFL++ fuzz binaries Change-Id: I33a39001d6387fc67bb1d7b5551762d2f145a68d
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.