commit | bfbaa98bb7fb3e0cac695285ef8efdded5d175aa | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Mon Nov 12 23:29:13 2018 +0000 |
committer | Anton Hansson <hansson@google.com> | Tue Nov 13 16:53:18 2018 +0000 |
tree | 6dccc46027cf18a06a4dacf22eefe8b54fde58ed | |
parent | 1de3ef4a73e9214b7e9baa2c11b3056e842f5a17 [diff] |
Refactor logic for notice files Move things around so that we don't need to check whether we're in the "split license file mode" over and over, and some other moves to improve readability. Also rename the html_or_xml variables to the correct name given the branch of the conditional we're in, to make it easier to grok. Bug: 118089975 Test: diff notice files for blueline before and after Change-Id: I00fcdce31503c543c6c0ab6901531c54c9705617
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.