Merge "Explicitly declare assembly only __ASSEMBLY__ macro for assembly source"

This commit is contained in:
Jean-Baptiste Queru
2010-10-19 14:43:38 -07:00
committed by Android Code Review

View File

@@ -18,6 +18,12 @@ ifeq ($(strip $(LOCAL_NO_FDO_SUPPORT)),)
LOCAL_LDFLAGS += $(TARGET_FDO_CFLAGS)
endif
###########################################################
## Explicitly declare assembly-only __ASSEMBLY__ macro for
## assembly source
###########################################################
LOCAL_ASFLAGS += -D__ASSEMBLY__
###########################################################
## Define PRIVATE_ variables used by multiple module types
###########################################################