Loading core/cleanspec.mk +1 −1 Original line number Diff line number Diff line Loading @@ -64,6 +64,6 @@ INTERNAL_CLEAN_BUILD_VERSION := 6 # ************************************************ subdir_cleanspecs := \ $(shell build/tools/findleaves.py --prune=out --prune=.repo --prune=.git . CleanSpec.mk) $(shell build/tools/findleaves.py --prune=$(OUT_DIR) --prune=.repo --prune=.git . CleanSpec.mk) include $(subdir_cleanspecs) subdir_cleanspecs := core/definitions.mk +1 −1 Original line number Diff line number Diff line Loading @@ -147,7 +147,7 @@ endef # $(1): directory to search under # Ignores $(1)/Android.mk define first-makefiles-under $(shell build/tools/findleaves.py --prune=out --prune=.repo --prune=.git \ $(shell build/tools/findleaves.py --prune=$(OUT_DIR) --prune=.repo --prune=.git \ --mindepth=2 $(1) Android.mk) endef Loading core/main.mk +1 −1 Original line number Diff line number Diff line Loading @@ -479,7 +479,7 @@ else # ONE_SHOT_MAKEFILE # Can't use first-makefiles-under here because # --mindepth=2 makes the prunes not work. subdir_makefiles := \ $(shell build/tools/findleaves.py --prune=out --prune=.repo --prune=.git $(subdirs) Android.mk) $(shell build/tools/findleaves.py --prune=$(OUT_DIR) --prune=.repo --prune=.git $(subdirs) Android.mk) include $(subdir_makefiles) Loading Loading
core/cleanspec.mk +1 −1 Original line number Diff line number Diff line Loading @@ -64,6 +64,6 @@ INTERNAL_CLEAN_BUILD_VERSION := 6 # ************************************************ subdir_cleanspecs := \ $(shell build/tools/findleaves.py --prune=out --prune=.repo --prune=.git . CleanSpec.mk) $(shell build/tools/findleaves.py --prune=$(OUT_DIR) --prune=.repo --prune=.git . CleanSpec.mk) include $(subdir_cleanspecs) subdir_cleanspecs :=
core/definitions.mk +1 −1 Original line number Diff line number Diff line Loading @@ -147,7 +147,7 @@ endef # $(1): directory to search under # Ignores $(1)/Android.mk define first-makefiles-under $(shell build/tools/findleaves.py --prune=out --prune=.repo --prune=.git \ $(shell build/tools/findleaves.py --prune=$(OUT_DIR) --prune=.repo --prune=.git \ --mindepth=2 $(1) Android.mk) endef Loading
core/main.mk +1 −1 Original line number Diff line number Diff line Loading @@ -479,7 +479,7 @@ else # ONE_SHOT_MAKEFILE # Can't use first-makefiles-under here because # --mindepth=2 makes the prunes not work. subdir_makefiles := \ $(shell build/tools/findleaves.py --prune=out --prune=.repo --prune=.git $(subdirs) Android.mk) $(shell build/tools/findleaves.py --prune=$(OUT_DIR) --prune=.repo --prune=.git $(subdirs) Android.mk) include $(subdir_makefiles) Loading