Loading core/base_rules.mk +2 −0 Original line number Diff line number Diff line Loading @@ -491,6 +491,8 @@ ALL_MODULES += $(LOCAL_MODULE) # Don't use += on subvars, or else they'll end up being # recursively expanded. ALL_MODULES.$(LOCAL_MODULE).CLASS := \ $(ALL_MODULES.$(LOCAL_MODULE).CLASS) $(LOCAL_MODULE_CLASS) ALL_MODULES.$(LOCAL_MODULE).PATH := \ $(ALL_MODULES.$(LOCAL_MODULE).PATH) $(LOCAL_PATH) ALL_MODULES.$(LOCAL_MODULE).TAGS := \ Loading core/main.mk +2 −3 Original line number Diff line number Diff line Loading @@ -690,8 +690,8 @@ ifneq ($(TARGET_BUILD_APPS),) unbundled_build_modules := ifneq ($(filter all,$(TARGET_BUILD_APPS)),) # If they used the magic goal "all" then build everything unbundled_build_modules := $(sort $(call get-tagged-modules,$(ALL_MODULE_TAGS))) # If they used the magic goal "all" then build all apps in the source tree. unbundled_build_modules := $(foreach m,$(sort $(ALL_MODULES)),$(if $(filter APPS,$(ALL_MODULES.$(m).CLASS)),$(m))) else unbundled_build_modules := $(TARGET_BUILD_APPS) endif Loading Loading @@ -784,4 +784,3 @@ modules: .PHONY: showcommands showcommands: @echo >/dev/null envsetup.sh +3 −0 Original line number Diff line number Diff line Loading @@ -546,6 +546,9 @@ function tapas() if [ -z "$variant" ]; then variant=eng fi if [ -z "$apps" ]; then apps=all fi export TARGET_PRODUCT=generic export TARGET_BUILD_VARIANT=$variant Loading Loading
core/base_rules.mk +2 −0 Original line number Diff line number Diff line Loading @@ -491,6 +491,8 @@ ALL_MODULES += $(LOCAL_MODULE) # Don't use += on subvars, or else they'll end up being # recursively expanded. ALL_MODULES.$(LOCAL_MODULE).CLASS := \ $(ALL_MODULES.$(LOCAL_MODULE).CLASS) $(LOCAL_MODULE_CLASS) ALL_MODULES.$(LOCAL_MODULE).PATH := \ $(ALL_MODULES.$(LOCAL_MODULE).PATH) $(LOCAL_PATH) ALL_MODULES.$(LOCAL_MODULE).TAGS := \ Loading
core/main.mk +2 −3 Original line number Diff line number Diff line Loading @@ -690,8 +690,8 @@ ifneq ($(TARGET_BUILD_APPS),) unbundled_build_modules := ifneq ($(filter all,$(TARGET_BUILD_APPS)),) # If they used the magic goal "all" then build everything unbundled_build_modules := $(sort $(call get-tagged-modules,$(ALL_MODULE_TAGS))) # If they used the magic goal "all" then build all apps in the source tree. unbundled_build_modules := $(foreach m,$(sort $(ALL_MODULES)),$(if $(filter APPS,$(ALL_MODULES.$(m).CLASS)),$(m))) else unbundled_build_modules := $(TARGET_BUILD_APPS) endif Loading Loading @@ -784,4 +784,3 @@ modules: .PHONY: showcommands showcommands: @echo >/dev/null
envsetup.sh +3 −0 Original line number Diff line number Diff line Loading @@ -546,6 +546,9 @@ function tapas() if [ -z "$variant" ]; then variant=eng fi if [ -z "$apps" ]; then apps=all fi export TARGET_PRODUCT=generic export TARGET_BUILD_VARIANT=$variant Loading