commit | e5d4a9e7ff1a0d9651c6ed913788145343ef6c1c | [log] [tgz] |
---|---|---|
author | Chris Gross <chrisgross@google.com> | Tue Jul 30 15:46:35 2019 -0700 |
committer | Chris Gross <chrisgross@google.com> | Tue Jul 30 16:06:29 2019 -0700 |
tree | 1415b762a7e67b15a4c9b5c3a93da8fe50821226 | |
parent | bb039794d6561794718ddb96c813a4463fcfed34 [diff] |
Clean-up CL for CL985267. CL985267 was merged with one comment left unresolved. This CL resolves that comment. Test: Built with a pre-built vendor image and ensured additional licenses were placed in NOTICE.xml Test: Built with a vendor image and ensured additional licenses were placed into NOTICE_VENDOR.xml Change-Id: I927f09b4b501c38447702ee2fd8fdbdd5934ad20
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.