commit | 52f63ed1707ee437da4ec927b3c05b533c54933c | [log] [tgz] |
---|---|---|
author | LaMont Jones <lamontjones@google.com> | Wed May 29 14:59:28 2024 -0700 |
committer | LaMont Jones <lamontjones@google.com> | Wed May 29 14:59:28 2024 -0700 |
tree | 15637e5e03db15e2e470f2b0334ee27895ec4421 | |
parent | 8a402d7e30e0b92931b3cd93f6d1f87b4e9018b5 [diff] |
Deliver inheritance_graph-$(TARGET_PRODUCT).dot Bug: 328495189 Test: manual, TH Change-Id: I9cf6a7e2eed173add02bfb8ccb10a3bf31e7812c
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.