commit | 6988272f77745b8cacdf58814ec609fbf47401cb | [log] [tgz] |
---|---|---|
author | Zhuoyao Zhang <zhuoyao@google.com> | Fri Nov 15 18:32:18 2024 +0000 |
committer | Zhuoyao Zhang <zhuoyao@google.com> | Mon Nov 18 19:55:32 2024 +0000 |
tree | d4a48e795cdc4898bf0fdedf78129c148281f7f1 | |
parent | 9712d1e47503db9a5bdcf72234949d36667aa25d [diff] |
Set the edit monitor memory threshold as a percentage Instead of a fixed size of max memory allowed for the edit monitor, set the threshold as a percentage of the total memory. Test: atest daemon_manager_test Bug: 365617369 Change-Id: I5e9ee20ae19f8f918e5a332ebd7ebe4d39ed61d8
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.