commit | 9ee7d03e1c9e20316e2aaa8b4ea7b5ee60516bed | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Mon Oct 25 16:51:48 2021 -0700 |
committer | Bob Badour <bbadour@google.com> | Fri Dec 03 15:52:48 2021 -0800 |
tree | bd564581292717d05607cd3266514fcc3546a3a2 | |
parent | a99ac620dd74456e2df30ca09ba5a4886b94a725 [diff] |
compliance package policy and resolves package to read, consume, and analyze license metadata and dependency graph. Bug: 68860345 Bug: 151177513 Bug: 151953481 Change-Id: Ic08406fa2250a08ad26f2167d934f841c95d9148
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.