Bug 683127 part 12 - Enable the new linker on Android native UI. r=khuey

This commit is contained in:
Mike Hommey 2012-01-23 08:38:12 +01:00
Родитель 1216e0cd98
Коммит c7eee0e1b4
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -4909,7 +4909,9 @@ cairo-android)
MOZ_WEBGL=1
MOZ_PDF_PRINTING=1
MOZ_INSTRUMENT_EVENT_LOOP=1
MOZ_OLD_LINKER=1
if test "$MOZ_BUILD_APP" = "mobile/xul"; then
MOZ_OLD_LINKER=1
fi
MOZ_TOUCH=1
;;