commit | e45ff68740e3392d1d3dad11068037a2abea4bde | [log] [tgz] |
---|---|---|
author | Yihan Dong <slotus@google.com> | Fri Mar 25 13:57:05 2022 +0800 |
committer | Yihan Dong <slotus@google.com> | Fri Apr 01 09:35:27 2022 +0000 |
tree | ace4d9fa8c92dca87c48d68c0017106cd450d97f | |
parent | d3a9957616e03581f36581991f8fcb98d5a4c662 [diff] |
Add additional license dependencies for VTS Bug: 213388645 Test: m vts Change-Id: I5f0b35b5ec943f5628f118bf0812391047b49708
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.