commit | 1a4037ea7b5149566be70d51b11bb3f0102f7d6b | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Wed Jun 27 14:14:06 2018 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Thu Jun 28 09:42:37 2018 -0700 |
tree | 1f35ccf13c2b2ac1abda2d299ed96d6ecec016dc | |
parent | 645b8db09a9b834b2e776685ada60ba58f0dcaa1 [diff] |
Add showmap and procrank to PRODUCT_PACKAGES_DEBUG So that they are available on device by default. Test: make (cherry picked from commit 161db060039731c767723f283383b21c60b51d9d) Merged-In: If3c1513d1c086f965a8adc157a96b35c119962c3 Change-Id: Ifd87294d08a8a7bb074b39b5bd620124e29540ed
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.