commit | 882116d63194176be58b299f5ec9bc34e22f27ef | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Thu Nov 07 15:13:22 2024 -0800 |
committer | Julien Desprez <jdesprez@google.com> | Thu Nov 14 20:21:44 2024 +0000 |
tree | cfa7be207896b982f8b1d988ad6b7eeed71fe195 | |
parent | c1a2650b85fb00e596d71cf25606b59bd500f998 [diff] |
Reland linking shared_libs to their modules This time also ensure we link the overlap with other zips. Test: presubmit, retested failures: ab/I86300010335582891 Bug: 355009651 Change-Id: I709b0ee2740978dd0cb7786804fb62bf65b3f30e
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.