Merge "notice_files: Disable NOTICE files for FAKE modules."

am: 57fdba09a9

Change-Id: I7fe3921c6dae61c0b5ef11e71e164d1def8f1837
This commit is contained in:
John Muir 2018-04-11 15:44:29 -07:00 committed by android-build-merger
commit dd38cece28
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ ifeq ($(LOCAL_MODULE_CLASS),GYP)
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))