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

Commit dc620647 authored by David 'Digit' Turner's avatar David 'Digit' Turner Committed by Android Git Automerger
Browse files

am c09cc904: am dffd4058: Merge "build speedup: Do not use shell \'find\'...

am c09cc904: am dffd4058: Merge "build speedup: Do not use shell \'find\' function to look for NOTICE files."

* commit 'c09cc904':
  build speedup: Do not use shell 'find' function to look for NOTICE files.
parents a5b8a040 c09cc904
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,9 +2,9 @@
## Track NOTICE files
###########################################################

notice_file:=$(shell find $(LOCAL_PATH) -maxdepth 1 -name NOTICE)
notice_file:=$(strip $(wildcard $(LOCAL_PATH)/NOTICE))

ifneq ($(strip $(notice_file)),)
ifdef notice_file

# This relies on the name of the directory in PRODUCT_OUT matching where
# it's installed on the target - i.e. system, data, etc.  This does