commit | 58d96b150e5486d103299cb9dcfec0d1343b5f80 | [log] [tgz] |
---|---|---|
author | John Muir <muirj@google.com> | Wed Apr 11 11:42:26 2018 -0700 |
committer | John Muir <muirj@google.com> | Wed Apr 11 13:07:13 2018 -0700 |
tree | a8a878b9117cfe851a168912d556bf879a4f4a46 | |
parent | 9b72b53a24cae857d184eef051d04f37da1b385e [diff] |
notice_files: Disable NOTICE files for FAKE modules. Currently the build system will automatically attribute a NOTICE file with the target of $(BUILD_PHONY_PACKAGE). This shouldn't be the case. Disable notice file inclusion for fake targets so that the /fake_packages/blah_blah-timestamp paths don't show up in NOTICE.xml.gz. Bug: 77910458 Test: NOTICE files are not attributed to fake targets. Change-Id: Ia942cac41b750efbd5a23d896d85ac0820ee8b4e
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.