Bug 1328744 - Fix Android x86 bustage. r=jesup on a CLOSED TREE

This commit is contained in:
Johann 2017-01-12 13:52:38 -05:00
parent cc590dd4ac
commit 2451c7624e

View File

@ -28,7 +28,7 @@ if CONFIG['CPU_ARCH'] == 'x86_64':
elif CONFIG['CPU_ARCH'] == 'x86':
EXPORTS.vpx += files['IA32_EXPORTS']
SOURCES += files['IA32_SOURCES']
if CONFIG['OS_TARGET'] == 'Linux':
if CONFIG['OS_TARGET'] == 'Linux' or CONFIG['OS_TARGET'] == 'Android':
ASFLAGS += [ '-I%s/media/libvpx/config/linux/ia32/' % TOPSRCDIR ]
CFLAGS += [ '-I%s/media/libvpx/config/linux/ia32/' % TOPSRCDIR ]
elif CONFIG['OS_TARGET'] == 'WINNT':