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

Commit 62cd88d0 authored by Ying Wang's avatar Ying Wang Committed by Gerrit Code Review
Browse files

Merge "FDO: Only support locally"

parents d58df2de 7c467420
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
+1 −1
Original line number Diff line number Diff line
@@ -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:=