commit | 7064db2a19b23b9f18e39b1dda1fb967a2275fec | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Fri Jul 19 21:38:52 2024 +0000 |
committer | Christopher Ferris <cferris@google.com> | Fri Jul 19 21:38:52 2024 +0000 |
tree | 456d09ad2b2f169f6e53e03d7930fa0ce39de45c | |
parent | ca4c83efa39052a99bc3d680f14390fa5dc60a64 [diff] |
Replace PRODUCT_DISABLE_SCUDO with MALLOC_LOW_MEMORY. The PRODUCT_DISABLE_SCUDO only removes scudo from the list of sanitizers. It doesn't change the allocator to be used. Instead use MALLOC_LOW_MEMORY := true, which causes a device to use a low memory version of the allocator. Bug: 318756974 Test: Treehugger. Change-Id: Idaf57cfa4fa723ce8d7f285b2bad8ec29059f0df
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.