Revert "Use the Finder's results for faster searching"
This reverts commit 4e3ea546d7
.
Reason for revert: New Build Breakage: aosp-master/build_test @ 4283735
Change-Id: Icf62c628c1d0cb0b1fd4b401ae1a866f7f88c477
This commit is contained in:
parent
4e3ea546d7
commit
6f2aea5636
|
@ -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 :=
|
||||
|
|
|
@ -403,7 +403,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 New Issue