OSDN Git Service

[DO NOT MERGE] Update Security String to 2017-04-01 on lmp-dev am: ffab69998a -s...
[android-x86/build.git] / core / main.mk
index 537a116..0f6315f 100644 (file)
@@ -513,7 +513,7 @@ ifneq ($(dont_bother),true)
 # Can't use first-makefiles-under here because
 # --mindepth=2 makes the prunes not work.
 subdir_makefiles := \
-       $(shell build/tools/findleaves.py --prune=$(OUT_DIR) --prune=.repo --prune=.git $(subdirs) Android.mk)
+       $(shell build/tools/findleaves.py $(FIND_LEAVES_EXCLUDES) $(subdirs) Android.mk)
 
 $(foreach mk, $(subdir_makefiles), $(info including $(mk) ...)$(eval include $(mk)))