Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6e09b98 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am 0790dcfd: am 2e45116d: am 515e0465: Merge "FDO: do not support host modules"

* commit '0790dcfd':
  FDO: do not support host modules
parents 57891b91 0790dcfd
Loading
Loading
Loading
Loading
+5 −3
Original line number Original line Diff line number Diff line
@@ -128,10 +128,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