summaryrefslogtreecommitdiff
path: root/modules/bitrate_controller.target.linux-arm.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
commit2dc33605704d570ebd2ab5f0428ea94672ce6a7e (patch)
tree9f6b1f3139e451f4f3f311cc028b089afc4c1c9b /modules/bitrate_controller.target.linux-arm.mk
parentfc979d28cd63985b0cd777068558d892bbaecdfd (diff)
downloadwebrtc-android-wear-5.0.0_r1.tar.gz
Change-Id: I54fd8fa2b5737e4622f9edd92901c13a88159378
Diffstat (limited to 'modules/bitrate_controller.target.linux-arm.mk')
-rw-r--r--modules/bitrate_controller.target.linux-arm.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/bitrate_controller.target.linux-arm.mk b/modules/bitrate_controller.target.linux-arm.mk
index 6e97b7cf..dc94a9da 100644
--- a/modules/bitrate_controller.target.linux-arm.mk
+++ b/modules/bitrate_controller.target.linux-arm.mk
@@ -149,6 +149,8 @@ LOCAL_CPPFLAGS_Debug := \
-Wno-sign-promo
+LOCAL_FDO_SUPPORT_Debug := false
+
# Flags passed to both C and C++ files.
MY_CFLAGS_Release := \
-fstack-protector \
@@ -271,7 +273,10 @@ LOCAL_CPPFLAGS_Release := \
-Wno-sign-promo
+LOCAL_FDO_SUPPORT_Release := false
+
LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
+LOCAL_FDO_SUPPORT := $(LOCAL_FDO_SUPPORT_$(GYP_CONFIGURATION))
LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
LOCAL_ASFLAGS := $(LOCAL_CFLAGS)