commit | d51048acdd02dd3d0913df1fdbd9af80cf64230f | [log] [tgz] |
---|---|---|
author | Mitch Phillips <mitchp@google.com> | Wed Mar 02 01:25:22 2022 +0000 |
committer | Mitch Phillips <mitchp@google.com> | Wed Mar 02 01:25:22 2022 +0000 |
tree | 8fc7b57dfa7eb87adea6494f552d85d1c0d1bc91 | |
parent | 2912b901ffb1eb48f88089311e1c0bd033b1500e [diff] |
Revert "[cc_fuzz] Revert 'disable LTO' patches." Revert "[cc_fuzz] Revert 'disable LTO' patches." Revert submission 1976512-revert-nolto-fuzzing Reason for revert: b/222160662 Reverted Changes: Iacee4fa29:[cc_fuzz] Revert 'disable LTO' patches. Ic509b00a1:[cc_fuzz] Revert 'disable LTO' patches. If85931f09:[cc_fuzz] Revert 'disable LTO' patches. Change-Id: I5f34731f0b7b27293636217f43d1cf5f17ab487b
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.