Loading core/binary.mk +5 −3 Original line number Original line Diff line number Diff line Loading @@ -119,10 +119,12 @@ endif ## Add FDO flags if FDO is turned on and supported ## Add FDO flags if FDO is turned on and supported #################################################### #################################################### ifeq ($(strip $(LOCAL_NO_FDO_SUPPORT)),) ifeq ($(strip $(LOCAL_NO_FDO_SUPPORT)),) ifeq ($(strip $(LOCAL_IS_HOST_MODULE)),) LOCAL_CFLAGS += $(TARGET_FDO_CFLAGS) LOCAL_CFLAGS += $(TARGET_FDO_CFLAGS) LOCAL_CPPFLAGS += $(TARGET_FDO_CFLAGS) LOCAL_CPPFLAGS += $(TARGET_FDO_CFLAGS) LOCAL_LDFLAGS += $(TARGET_FDO_CFLAGS) LOCAL_LDFLAGS += $(TARGET_FDO_CFLAGS) endif endif endif #################################################### #################################################### ## Add profiling flags if aprof is turned on ## Add profiling flags if aprof is turned on Loading Loading
core/binary.mk +5 −3 Original line number Original line Diff line number Diff line Loading @@ -119,10 +119,12 @@ endif ## Add FDO flags if FDO is turned on and supported ## Add FDO flags if FDO is turned on and supported #################################################### #################################################### ifeq ($(strip $(LOCAL_NO_FDO_SUPPORT)),) ifeq ($(strip $(LOCAL_NO_FDO_SUPPORT)),) ifeq ($(strip $(LOCAL_IS_HOST_MODULE)),) LOCAL_CFLAGS += $(TARGET_FDO_CFLAGS) LOCAL_CFLAGS += $(TARGET_FDO_CFLAGS) LOCAL_CPPFLAGS += $(TARGET_FDO_CFLAGS) LOCAL_CPPFLAGS += $(TARGET_FDO_CFLAGS) LOCAL_LDFLAGS += $(TARGET_FDO_CFLAGS) LOCAL_LDFLAGS += $(TARGET_FDO_CFLAGS) endif endif endif #################################################### #################################################### ## Add profiling flags if aprof is turned on ## Add profiling flags if aprof is turned on Loading