Merge "notice_files: Disable NOTICE files for FAKE modules."
This commit is contained in:
commit
57fdba09a9
|
@ -14,6 +14,11 @@ ifeq ($(LOCAL_MODULE_CLASS),GYP)
|
||||||
notice_file :=
|
notice_file :=
|
||||||
endif
|
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
|
# Soong generates stub libraries that don't need NOTICE files
|
||||||
ifdef LOCAL_NO_NOTICE_FILE
|
ifdef LOCAL_NO_NOTICE_FILE
|
||||||
ifneq ($(LOCAL_MODULE_MAKEFILE),$(SOONG_ANDROID_MK))
|
ifneq ($(LOCAL_MODULE_MAKEFILE),$(SOONG_ANDROID_MK))
|
||||||
|
|
Loading…
Reference in New Issue