summaryrefslogtreecommitdiffstats
path: root/core/main.mk
diff options
context:
space:
mode:
authorC. Sean Young <csyoung@google.com>2015-06-12 16:29:25 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-12 16:29:25 +0000
commitcbaead4cfe737c96c649672b6c1396c35597b5b7 (patch)
tree41f992f2e2c0ca2dda4f6244f8d41b18fa2e17fd /core/main.mk
parent30b16ac6a4d4658d927d48476081de7542b5989f (diff)
parent540772fa2287e63a0c745229fb72b78903c9cd70 (diff)
downloadbuild-cbaead4cfe737c96c649672b6c1396c35597b5b7.zip
build-cbaead4cfe737c96c649672b6c1396c35597b5b7.tar.gz
build-cbaead4cfe737c96c649672b6c1396c35597b5b7.tar.bz2
am 540772fa: am cf469989: Add new variable SCAN_EXCLUDE_DIRS; specifies directories to exclude when searching source tree.
* commit '540772fa2287e63a0c745229fb72b78903c9cd70': 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 41e2801..e9a5306 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -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)))