commit | addf4833b6fc471ec3b39ea7f2dd236734c9dbce | [log] [tgz] |
---|---|---|
author | xi yu <yuxi1@xiaomi.com> | Thu May 26 12:41:21 2022 +0000 |
committer | xi yu <yuxi1@xiaomi.com> | Fri May 27 04:58:22 2022 +0000 |
tree | 71acb24965ee7e1947bb9e506bcbdecb8b896301 | |
parent | 76017c93013b78e583107d04f525622753b4bd5a [diff] |
[Bugfix][Coredump] Fix coredump_enable() in envsetup.sh -P means PID to affect (default $PPID), while -p means Pipe buffer (512 bytes), we should use -P here. Bug: 234049197 Test: Perform ". build/envsetup.sh" in host, then run "coredump_enable $PID". Change-Id: Id373f2a7adc56d6a40720ec900b2561c9dbea2b1
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.