ref: fc1302cd8b590b8e7e5365476f485c15d40dd287
parent: 7b5a57449ba07f35cc400516d311ce88c49dce9a
author: Johann <johannkoenig@google.com>
date: Mon Mar 12 11:20:28 EDT 2018
x86 android: default on realtime-only Like the arm-based target, set realtime-only on by default. BUG=webm:873 Change-Id: I2e04cfc43390953435e985716a25f32b8d4fadda
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1202,6 +1202,9 @@
;;
x86*)
case ${tgt_os} in
+ android)
+ soft_enable realtime_only
+ ;;
win*)
enabled gcc && add_cflags -fno-common
;;