forked from openkylin/platform_build
Merge "FDO: Only support locally"
This commit is contained in:
commit
62cd88d0d1
|
@ -114,7 +114,7 @@ endif
|
|||
####################################################
|
||||
## Add FDO flags if FDO is turned on and supported
|
||||
####################################################
|
||||
ifeq ($(strip $(LOCAL_NO_FDO_SUPPORT)),)
|
||||
ifneq ($(strip $(LOCAL_FDO_SUPPORT)),)
|
||||
ifeq ($(strip $(LOCAL_IS_HOST_MODULE)),)
|
||||
LOCAL_CFLAGS += $(TARGET_FDO_CFLAGS)
|
||||
LOCAL_CPPFLAGS += $(TARGET_FDO_CFLAGS)
|
||||
|
|
|
@ -36,7 +36,7 @@ LOCAL_CC:=
|
|||
LOCAL_CXX:=
|
||||
LOCAL_CPP_EXTENSION:=
|
||||
LOCAL_NO_DEFAULT_COMPILER_FLAGS:=
|
||||
LOCAL_NO_FDO_SUPPORT :=
|
||||
LOCAL_FDO_SUPPORT:=
|
||||
LOCAL_ARM_MODE:=
|
||||
LOCAL_YACCFLAGS:=
|
||||
LOCAL_ASFLAGS:=
|
||||
|
|
Loading…
Reference in New Issue