commit | ee2dcac47a1a781207b585cbfb3e8db676b989c5 | [log] [tgz] |
---|---|---|
author | Mitch Phillips <mitchp@google.com> | Mon Jun 17 10:37:55 2019 -0700 |
committer | Mitch Phillips <mitchp@google.com> | Mon Jun 17 10:37:55 2019 -0700 |
tree | dd6a594845a7a92d5ef70687e873b9d307e00cf8 | |
parent | 491ae5b2d1b2efde4b48e861dcf42c50b340bb2f [diff] |
Remove experimental pass manager for fuzzer builds. Sanitizer coverage is currently broken with the experimental pass manager. See b/133876586 for more information. The patch is currently being worked on upstream (https://reviews.llvm.org/D62888), but is not ready yet. Hence, we disable it here (similar to the LTO bug). Bug: 133876586 Test: Build anything with SANITIZE_TARGET='fuzzer', verify that it has 'sancov' symbols. Change-Id: I74d02e52ccbe2a3d96b6b8e30230197b554e60a0
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.