Merge "Revert "Use the Finder's results for faster searching""
am: 6df0626e58
Change-Id: I93d5c8df8500a5ea99751842b3585708e23fc251
This commit is contained in:
commit
8467fba043
2 changed files with 2 additions and 2 deletions
|
@ -64,6 +64,6 @@ INTERNAL_CLEAN_BUILD_VERSION := 6
|
|||
# ************************************************
|
||||
|
||||
subdir_cleanspecs := \
|
||||
$(file <$(OUT_DIR)/.module_paths/CleanSpec.mk.list)
|
||||
$(shell build/tools/findleaves.py $(FIND_LEAVES_EXCLUDES) . CleanSpec.mk)
|
||||
include $(subdir_cleanspecs)
|
||||
subdir_cleanspecs :=
|
||||
|
|
|
@ -415,7 +415,7 @@ ifneq ($(dont_bother),true)
|
|||
# Include all of the makefiles in the system
|
||||
#
|
||||
|
||||
subdir_makefiles := $(SOONG_ANDROID_MK) $(file <$(OUT_DIR)/.module_paths/Android.mk.list)
|
||||
subdir_makefiles := $(SOONG_ANDROID_MK) $(call first-makefiles-under,$(TOP))
|
||||
subdir_makefiles_total := $(words $(subdir_makefiles))
|
||||
.KATI_READONLY := subdir_makefiles_total
|
||||
|
||||
|
|
Loading…
Reference in a new issue