summaryrefslogtreecommitdiffstats
path: root/core/notice_files.mk
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2012-10-25 15:49:39 +0100
committerTorne (Richard Coles) <torne@google.com>2012-10-25 15:49:39 +0100
commit63afdc12d50db1a96ac6d7e8ef6d9548cf95a420 (patch)
tree9c01c926af266721682c66da3a5bf98eac89b798 /core/notice_files.mk
parentadf4d478d9388bd9849e8a2aef1235546955beef (diff)
downloadbuild-63afdc12d50db1a96ac6d7e8ef6d9548cf95a420.zip
build-63afdc12d50db1a96ac6d7e8ef6d9548cf95a420.tar.gz
build-63afdc12d50db1a96ac6d7e8ef6d9548cf95a420.tar.bz2
Use GYP instead of NONE as the module class for gyp.
The Chromium makefile generator used to use module class NONE for the meta-targets in the gyp files; this was changed to GYP in order to make it more obvious where they come from in the build. Update the build system's handling of NOTICE files to reflect this change. Change-Id: Iff7d4487f3024ec83db0c2a896ec0caf8fb18b24
Diffstat (limited to 'core/notice_files.mk')
-rw-r--r--core/notice_files.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/notice_files.mk b/core/notice_files.mk
index ee50394..2840e60 100644
--- a/core/notice_files.mk
+++ b/core/notice_files.mk
@@ -4,8 +4,8 @@
notice_file:=$(strip $(wildcard $(LOCAL_PATH)/NOTICE))
-ifeq ($(LOCAL_MODULE_CLASS),NONE)
- # We ignore NOTICE files for modules of type NONE.
+ifeq ($(LOCAL_MODULE_CLASS),GYP)
+ # We ignore NOTICE files for modules of type GYP.
notice_file :=
endif