commit | 0ba4b6624df93f37a99373ccc20e439893082bd3 | [log] [tgz] |
---|---|---|
author | Quallenauge <Hamsi2k@freenet.de> | Wed Oct 21 21:19:01 2020 +0200 |
committer | LuK1337 <priv.luk@gmail.com> | Sat Oct 19 00:16:02 2024 +0200 |
tree | ac80dc57e5f2524ba79a196b53554ca67aacd432 | |
parent | 386dcf186ce82fc3f51d6fb54cac25f4f0e5f728 [diff] |
soong: Add ability to build scudo-free 32-bit libc variant. Targets can switch on this feature by setting MALLOC_SVELTE_FOR_LIBC32 := true The default is to build libc32 with scudo enabled. Change-Id: I207659af05412a8e7dc850d57b491ee565554a65
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.