commit | 25328f5cb9944e4aca8554270f920aa753d5a126 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Wed Nov 04 09:44:27 2020 +0800 |
committer | Yi Kong <yikong@google.com> | Wed Nov 04 09:44:27 2020 +0800 |
tree | 43fb49b3256caae013097e318ef165f1ee9c1d50 | |
parent | c0f701287cd091963d73558db1d413ba131d730e [diff] |
Add profcollect to PLATFORM_PACKAGES_DEBUG ... but it does not get turned on automatically. This is controlled by profcollect_native_boot.enabled device config. Test: boot device and verify profcollectd is disabled by default Bug: 79161490 Change-Id: Ia91b9759e108896f275633e3156355b65dc94299
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.