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

This commit is contained in:
Mike Hommey 2012-01-20 09:49:07 +01:00
Родитель c36e15d671
Коммит 670616b256
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
;;