Bug 1217827 - Enable MOZ_WEBRTC for Firefox OS on aarch64. r=glandium

webtrc should be used on aarch64 targets. When not enabled we hit
bad ANDROID_NDK path (see Bug 1218702) so we actually cannot build
without it right now.
This commit is contained in:
Adam Farden 2015-10-27 01:45:00 +01:00
parent e8397e7416
commit 800fa53d99

View File

@ -4979,7 +4979,7 @@ AC_SUBST(MOZ_WEBRTC_HAVE_ETHTOOL_SPEED_HI)
# target_arch is from {ia32|x64|arm|ppc}
case "$CPU_ARCH" in
x86_64 | arm | x86 | ppc* | ia64)
x86_64 | arm | aarch64 | x86 | ppc* | ia64)
:
;;
*)