Bug 791267 - Back out d627e554fff4 (bug 788666) hack for ABI filtering on Google Play [r=mfinkle]

--HG--
extra : rebase_source : bf8c4aa533982fcaba3dc88ae7823877666fc9c5
This commit is contained in:
Matt Brubeck 2012-10-19 15:38:06 -07:00
Родитель 68164328ad
Коммит 79902fdb3a
2 изменённых файлов: 0 добавлений и 6 удалений

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

@ -9,11 +9,6 @@
android:sharedUserId="@MOZ_ANDROID_SHARED_ID@"
#endif
>
#ifdef ARMV7_ONLY
<supports-screens android:smallScreens="false" />
#endif
<uses-sdk android:minSdkVersion="8"
android:targetSdkVersion="14"/>

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

@ -230,7 +230,6 @@ FENNEC_PP_XML_FILES = \
ifneq (,$(findstring -march=armv7,$(OS_CFLAGS)))
MIN_CPU_VERSION=7
DEFINES += -DARMV7_ONLY=1
else
MIN_CPU_VERSION=5
endif