Loading core/base_rules.mk +0 −3 Original line number Diff line number Diff line Loading @@ -50,9 +50,6 @@ endif #$(shell rm -f tag-list.csv) #tag-list-first-time := false #endif #comma := , #empty := #space := $(empty) $(empty) #$(shell echo $(lastword $(filter-out config/% out/%,$(MAKEFILE_LIST))),$(LOCAL_MODULE),$(strip $(LOCAL_MODULE_CLASS)),$(subst $(space),$(comma),$(sort $(LOCAL_MODULE_TAGS))) >> tag-list.csv) LOCAL_UNINSTALLABLE_MODULE := $(strip $(LOCAL_UNINSTALLABLE_MODULE)) Loading core/cleanbuild.mk +4 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,10 @@ else $(info Clean step: $(INTERNAL_CLEAN_STEP.$(step))) \ $(shell $(INTERNAL_CLEAN_STEP.$(step))) \ ) # If we are running mm/mmm, we should copy over the other clean steps too. ifneq ($(ONE_SHOT_MAKEFILE),) INTERNAL_CLEAN_STEPS := $(strip $(CURRENT_CLEAN_STEPS) $(steps)) endif steps := endif CURRENT_CLEAN_BUILD_VERSION := Loading core/cleanspec.mk +7 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,13 @@ INTERNAL_CLEAN_BUILD_VERSION := 6 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST # ************************************************ ifneq ($(ONE_SHOT_MAKEFILE),) cs_subdirs := $(dir $(ONE_SHOT_MAKEFILE)) else cs_subdirs := . endif subdir_cleanspecs := \ $(shell build/tools/findleaves.py --prune=out --prune=.repo --prune=.git . CleanSpec.mk) $(shell build/tools/findleaves.py --prune=out --prune=.repo --prune=.git $(cs_subdirs) CleanSpec.mk) include $(subdir_cleanspecs) cs_subdirs := subdir_cleanspecs := core/config.mk +5 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,11 @@ else SHELL := /bin/bash endif # Utility variables. empty := space := $(empty) $(empty) comma := , # Tell python not to spam the source tree with .pyc files. This # only has an effect on python 2.6 and above. export PYTHONDONTWRITEBYTECODE := 1 Loading core/definitions.mk +0 −4 Original line number Diff line number Diff line Loading @@ -574,10 +574,6 @@ endef ########################################################### ## Convert "a b c" into "a:b:c" ########################################################### empty := space := $(empty) $(empty) define normalize-path-list $(subst $(space),:,$(strip $(1))) endef Loading Loading
core/base_rules.mk +0 −3 Original line number Diff line number Diff line Loading @@ -50,9 +50,6 @@ endif #$(shell rm -f tag-list.csv) #tag-list-first-time := false #endif #comma := , #empty := #space := $(empty) $(empty) #$(shell echo $(lastword $(filter-out config/% out/%,$(MAKEFILE_LIST))),$(LOCAL_MODULE),$(strip $(LOCAL_MODULE_CLASS)),$(subst $(space),$(comma),$(sort $(LOCAL_MODULE_TAGS))) >> tag-list.csv) LOCAL_UNINSTALLABLE_MODULE := $(strip $(LOCAL_UNINSTALLABLE_MODULE)) Loading
core/cleanbuild.mk +4 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,10 @@ else $(info Clean step: $(INTERNAL_CLEAN_STEP.$(step))) \ $(shell $(INTERNAL_CLEAN_STEP.$(step))) \ ) # If we are running mm/mmm, we should copy over the other clean steps too. ifneq ($(ONE_SHOT_MAKEFILE),) INTERNAL_CLEAN_STEPS := $(strip $(CURRENT_CLEAN_STEPS) $(steps)) endif steps := endif CURRENT_CLEAN_BUILD_VERSION := Loading
core/cleanspec.mk +7 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,13 @@ INTERNAL_CLEAN_BUILD_VERSION := 6 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST # ************************************************ ifneq ($(ONE_SHOT_MAKEFILE),) cs_subdirs := $(dir $(ONE_SHOT_MAKEFILE)) else cs_subdirs := . endif subdir_cleanspecs := \ $(shell build/tools/findleaves.py --prune=out --prune=.repo --prune=.git . CleanSpec.mk) $(shell build/tools/findleaves.py --prune=out --prune=.repo --prune=.git $(cs_subdirs) CleanSpec.mk) include $(subdir_cleanspecs) cs_subdirs := subdir_cleanspecs :=
core/config.mk +5 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,11 @@ else SHELL := /bin/bash endif # Utility variables. empty := space := $(empty) $(empty) comma := , # Tell python not to spam the source tree with .pyc files. This # only has an effect on python 2.6 and above. export PYTHONDONTWRITEBYTECODE := 1 Loading
core/definitions.mk +0 −4 Original line number Diff line number Diff line Loading @@ -574,10 +574,6 @@ endef ########################################################### ## Convert "a b c" into "a:b:c" ########################################################### empty := space := $(empty) $(empty) define normalize-path-list $(subst $(space),:,$(strip $(1))) endef Loading