Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3ebfbc1 authored by John Muir's avatar John Muir Committed by android-build-merger
Browse files

Merge "notice_files: Disable NOTICE files for FAKE modules." am: 57fdba09

am: dd38cece

Change-Id: Iad7afe5af043be949fb0833bd7141d2e8ad1f708
parents 7fc11ee5 dd38cece
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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))