Merge "Don't prune $(OUT_DIR) from findleaves.py" am: 6338f23a36
am: bad4b072de
am: 6f8ca7f502
Change-Id: I96360f13b75b4895545585a1019c703928cc8631
This commit is contained in:
@@ -148,7 +148,7 @@ include $(BUILD_SYSTEM)/envsetup.mk
|
||||
|
||||
# Pruned directory options used when using findleaves.py
|
||||
# See envsetup.mk for a description of SCAN_EXCLUDE_DIRS
|
||||
FIND_LEAVES_EXCLUDES := $(addprefix --prune=, $(OUT_DIR) $(SCAN_EXCLUDE_DIRS) .repo .git)
|
||||
FIND_LEAVES_EXCLUDES := $(addprefix --prune=, $(SCAN_EXCLUDE_DIRS) .repo .git)
|
||||
|
||||
# The build system exposes several variables for where to find the kernel
|
||||
# headers:
|
||||
|
Reference in New Issue
Block a user