commit | 78fd076d999151f5880aaf7228b5bb513c7d2354 | [log] [tgz] |
---|---|---|
author | Zhuoyao Zhang <zhuoyao@google.com> | Mon Nov 18 22:15:42 2024 +0000 |
committer | Zhuoyao Zhang <zhuoyao@google.com> | Mon Nov 18 23:36:14 2024 +0000 |
tree | aacab34428c4f1734a40b00251b100abc3292aa0 | |
parent | 6988272f77745b8cacdf58814ec609fbf47401cb [diff] |
Reboot edit monitor when memory exhausted Instead of teminating, reboot the edit monitor when memory usage exceeds the threshold Test: atest daemon_manager_test Bug: 379747487 Change-Id: If90309e720aa0d095bc1eca93521a01ed63575da
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.