commit | 413a53066bc28f0a4d7d732111e12736c6d24e24 | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Thu Oct 22 15:36:21 2020 -0700 |
committer | Dan Shi <dshi@google.com> | Thu Oct 22 21:29:37 2020 -0700 |
tree | 8e2ef839216523d344c210ffcf03e1a32ab51700 | |
parent | 0b8473591ccac378c8b219c125e3ad38d3fb194c [diff] |
Make *TS to include NOTICE file by default Bug: 170487545 Test: none Change-Id: Ib3f726b847bc2123f0b564d0c3a8f5584720c021
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.