summaryrefslogtreecommitdiffstats
path: root/core/main.mk
diff options
context:
space:
mode:
authorC. Sean Young <csyoung@google.com>2015-06-12 17:43:46 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-12 17:43:46 +0000
commit6f44670ada093f4a11a343dddf0f8d0a0a8280d6 (patch)
tree9b6da3734dead485e8bc686f80c9d55e9a2bbaa1 /core/main.mk
parentabfe10440836f4bbd513b83cf731788099dd81b4 (diff)
parentcbaead4cfe737c96c649672b6c1396c35597b5b7 (diff)
downloadbuild-6f44670ada093f4a11a343dddf0f8d0a0a8280d6.zip
build-6f44670ada093f4a11a343dddf0f8d0a0a8280d6.tar.gz
build-6f44670ada093f4a11a343dddf0f8d0a0a8280d6.tar.bz2
am cbaead4c: am 540772fa: am cf469989: Add new variable SCAN_EXCLUDE_DIRS; specifies directories to exclude when searching source tree.
* commit 'cbaead4cfe737c96c649672b6c1396c35597b5b7': Add new variable SCAN_EXCLUDE_DIRS; specifies directories to exclude when searching source tree.
Diffstat (limited to 'core/main.mk')
-rw-r--r--core/main.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/main.mk b/core/main.mk
index 0fbcc14..4f22b93 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -497,7 +497,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)))