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

Commit bad4b072 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Don't prune $(OUT_DIR) from findleaves.py"

am: 6338f23a

Change-Id: I9dc9f1c7380e579b54828b5b6dfbe8865ab84726
parents b5b638f7 6338f23a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: