commit | cbca1139e8c106a43051c084bf0c530d39995dae | [log] [tgz] |
---|---|---|
author | Dario Freni <dariofreni@google.com> | Tue Aug 28 18:04:03 2018 +0100 |
committer | Dario Freni <dariofreni@google.com> | Tue Aug 28 18:06:39 2018 +0100 |
tree | 83a6471b4f70a67b9539fdf02dde3548ab16c488 | |
parent | d7eaae0f09ecd03218251b6049494682ea4e5168 [diff] |
Include /product_services software in NOTICE. Bug: 111179267 Test: flashed a module with NOTICE file on a devices and checked the Legal information webview. Change-Id: I6e52dee0ea23f05ea73d7cc747c2db1c1525f4b2
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.