commit | f0ca96b8d1500fc774feeebd1471ee25648dc4c3 | [log] [tgz] |
---|---|---|
author | Rafal Slawik <rslawik@google.com> | Thu Nov 15 12:58:37 2018 +0000 |
committer | Rafal Slawik <rslawik@google.com> | Mon Nov 19 10:14:51 2018 +0000 |
tree | c90404d101b81eed8fbf26b0a87bd20e3593459d | |
parent | e67518fe6d92610c781fde14e9cfcb7cc5fecd19 [diff] |
Add rss_hmw_reset to system partition rss_hwm_reset is binary that reset RSS high-water mark counters for all currently running processes. It runs in a separate process because it needs dac_override capability. The binary is not a persistent service. It is invoked from a system service by flipping sys.rss_hwm_reset.on property. Bug: 119603799 Test: adb shell ls /system/bin Change-Id: Iee0b54ec6486d8f23048819493f6d710db3feff6
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.