commit | bd13e63e997dcb070c344dd6381ea3f6a76f6ede | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Mon May 15 18:09:23 2023 +0000 |
committer | Devin Moore <devinmoore@google.com> | Mon Jun 05 20:23:36 2023 +0000 |
tree | b3ca3c93e3ddc1ba81e6644d8a8e64edf5693b60 | |
parent | 48d7b3462d4b1fffa0359e179af5abcf8e79c36a [diff] |
Add new script to analyze static/shared library usage Parses module-info.json, gathers stats on how many times each library is included shared or statically. Can print a list of libraries that would be a candidate for changing from static to shared or visa versa. Test: m Bug: 280829178 Change-Id: I4bbffbd673ab2e08c69d0ab6e68402be77c9ffbc
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.