Merge "Revert "Use the Finder's results for faster searching""

This commit is contained in:
Jeff Gaston
2017-08-17 20:15:43 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -64,6 +64,6 @@ INTERNAL_CLEAN_BUILD_VERSION := 6
# ************************************************ # ************************************************
subdir_cleanspecs := \ subdir_cleanspecs := \
$(file <$(OUT_DIR)/.module_paths/CleanSpec.mk.list) $(shell build/tools/findleaves.py $(FIND_LEAVES_EXCLUDES) . CleanSpec.mk)
include $(subdir_cleanspecs) include $(subdir_cleanspecs)
subdir_cleanspecs := subdir_cleanspecs :=

View File

@@ -407,7 +407,7 @@ ifneq ($(dont_bother),true)
# Include all of the makefiles in the system # 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)) subdir_makefiles_total := $(words $(subdir_makefiles))
.KATI_READONLY := subdir_makefiles_total .KATI_READONLY := subdir_makefiles_total