commit | d40c94633b7b7a1778f4f45b054282ce0a8fd68d | [log] [tgz] |
---|---|---|
author | Sasha Smundak <asmundak@google.com> | Fri Mar 04 13:11:10 2022 -0800 |
committer | Sasha Smundak <asmundak@google.com> | Mon Mar 07 11:25:58 2022 -0800 |
tree | 73bcf969ee5812be7e6859bb420e42742804e100 | |
parent | 966482dc56a7e6cf08a544de00b9321de5171686 [diff] |
Clean up product definitions reading. Bug: 220379303 Test: treehugger Change-Id: I6b9b3bd486a1680ace8278eb5160e09885543f4b
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.