commit | aad39b32817a5f5ccfc75676be9df5c618fe1618 | [log] [tgz] |
---|---|---|
author | Chris Gross <chrisgross@google.com> | Thu Jun 13 09:43:26 2019 -0700 |
committer | Chris Gross <chrisgross@google.com> | Thu Jul 25 16:10:05 2019 -0700 |
tree | 5c73131f4b40cc6048d05a3ebff1dfe55fa9a3ee | |
parent | 6722de127788be23c051b17424ae4d239da3ac6e [diff] |
Include extra licenses in vendor image NOTICE file If building with a vendor image, ensure that the licenses from extra partitions are included in the vendor NOTICE file (possibly in addition to having them in the system NOTICE file) since they could come from disperate source trees. This change does not affect existing NOTICE files outside of the system partition. (e.g. product and system_ext). Bug: 134679603 Test: Built a vendor image enabled target and ensured the notices were in the proper file Change-Id: Ib17c7d7f84805734de09e686a4835b9b680b4192
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.