commit | 57fdba09a9d7308988a05afe2666b972183bc8fe | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Apr 11 22:34:34 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Apr 11 22:34:34 2018 +0000 |
tree | bd801e348feb37e86f86f3386358a46e3105bced | |
parent | 3204fd4bed72de891d7240e30d563f3e67adf634 [diff] | |
parent | 58d96b150e5486d103299cb9dcfec0d1343b5f80 [diff] |
Merge "notice_files: Disable NOTICE files for FAKE modules."
diff --git a/core/notice_files.mk b/core/notice_files.mk index 383d73c..9dce2b3 100644 --- a/core/notice_files.mk +++ b/core/notice_files.mk
@@ -14,6 +14,11 @@ notice_file := endif +ifeq ($(LOCAL_MODULE_CLASS),FAKE) + # We ignore NOTICE files for modules of type FAKE. + notice_file := +endif + # Soong generates stub libraries that don't need NOTICE files ifdef LOCAL_NO_NOTICE_FILE ifneq ($(LOCAL_MODULE_MAKEFILE),$(SOONG_ANDROID_MK))