Merge "Adding all' to INTERNAL_MODIFIER_TARGETS to fix make all'"

This commit is contained in:
Jean-Baptiste Queru
2010-11-23 10:37:08 -08:00
committed by Android Code Review

View File

@@ -148,7 +148,7 @@ endif
# These are the modifier targets that don't do anything themselves, but # These are the modifier targets that don't do anything themselves, but
# change the behavior of the build. # change the behavior of the build.
# (must be defined before including definitions.make) # (must be defined before including definitions.make)
INTERNAL_MODIFIER_TARGETS := showcommands checkbuild INTERNAL_MODIFIER_TARGETS := showcommands checkbuild all
# Bring in standard build system definitions. # Bring in standard build system definitions.
include $(BUILD_SYSTEM)/definitions.mk include $(BUILD_SYSTEM)/definitions.mk