summaryrefslogtreecommitdiff
path: root/libvpx_obj_int_extract.host.linux-x86.mk
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2014-09-10 10:54:35 +0100
committerTorne (Richard Coles) <torne@google.com>2014-09-10 10:54:35 +0100
commitd148f805100deaa0ecf8056e96a15bd5239e98dc (patch)
treecef02be69d432a9cd2bee24246bfa2365b0cbf39 /libvpx_obj_int_extract.host.linux-x86.mk
parent9d92657d2ee8ab69da0e227c7fb81f04fe518a72 (diff)
downloadlibvpx-lollipop-release.tar.gz
Change-Id: I7e315e053b7d77a1d618cdcbe9710e1d4033ff0f
Diffstat (limited to 'libvpx_obj_int_extract.host.linux-x86.mk')
-rw-r--r--libvpx_obj_int_extract.host.linux-x86.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvpx_obj_int_extract.host.linux-x86.mk b/libvpx_obj_int_extract.host.linux-x86.mk
index 9f676f5..1db8242 100644
--- a/libvpx_obj_int_extract.host.linux-x86.mk
+++ b/libvpx_obj_int_extract.host.linux-x86.mk
@@ -98,6 +98,8 @@ LOCAL_CPPFLAGS_Debug := \
-Wno-deprecated
+LOCAL_FDO_SUPPORT_Debug := false
+
# Flags passed to both C and C++ files.
MY_CFLAGS_Release := \
-fstack-protector \
@@ -168,7 +170,10 @@ LOCAL_CPPFLAGS_Release := \
-Wno-deprecated
+LOCAL_FDO_SUPPORT_Release := false
+
LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
+LOCAL_FDO_SUPPORT := $(LOCAL_FDO_SUPPORT_$(GYP_CONFIGURATION))
# Undefine ANDROID for host modules
LOCAL_CFLAGS += -UANDROID
LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))