Merge "FDO: do not support host modules"
This commit is contained in:
commit
515e0465d1
|
@ -115,9 +115,11 @@ endif
|
|||
## Add FDO flags if FDO is turned on and supported
|
||||
####################################################
|
||||
ifeq ($(strip $(LOCAL_NO_FDO_SUPPORT)),)
|
||||
LOCAL_CFLAGS += $(TARGET_FDO_CFLAGS)
|
||||
LOCAL_CPPFLAGS += $(TARGET_FDO_CFLAGS)
|
||||
LOCAL_LDFLAGS += $(TARGET_FDO_CFLAGS)
|
||||
ifeq ($(strip $(LOCAL_IS_HOST_MODULE)),)
|
||||
LOCAL_CFLAGS += $(TARGET_FDO_CFLAGS)
|
||||
LOCAL_CPPFLAGS += $(TARGET_FDO_CFLAGS)
|
||||
LOCAL_LDFLAGS += $(TARGET_FDO_CFLAGS)
|
||||
endif
|
||||
endif
|
||||
|
||||
####################################################
|
||||
|
|
Loading…
Reference in New Issue