commit | 9ff5fbb02382506ee213910e210d2411c87b1246 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Tue Apr 23 17:22:00 2024 -0700 |
committer | Christopher Ferris <cferris@google.com> | Thu Apr 25 16:46:35 2024 -0700 |
tree | 756b901b744ed6b710579f144a3ccb1d0ef807a0 | |
parent | 83f8fb1643a7520a5c4a8404bbb83a9aba9b374d [diff] |
Add MALLOC_LOW_MEMORY as synonym for MALLOC_SVELTE. The MALLOC_SVELTE variable name is confusing, so add a new variable name called MALLOC_LOW_MEMORY. Still support MALLOC_SVELTE. Also, support the change of Malloc_not_svelte to Malloc_low_memory. Test: Verified scudo config is used by default. Test: Verfified Android GO config uses the jemalloc low memory config. Change-Id: I2606205da746d8ab20e29884c7dcb5a77add51e4
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.