$OpenBSD$ index c3140c4..565c1aa 100644 --- mobile/android/base/Makefile.in.orig Fri Feb 20 15:40:37 2015 +++ mobile/android/base/Makefile.in Fri Feb 20 15:40:37 2015 @@ -19,8 +19,8 @@ ifeq ($(CPU_ARCH),arm) ifeq ($(MIN_CPU_VERSION),7) ANDROID_VERSION_CODE=$(shell cat $(DEPTH)/config/buildid | cut -c1-10) else -# decrement the version code by 1 for armv6 builds so armv7 builds will win any compatability ties -ANDROID_VERSION_CODE=$(shell echo $$((`cat $(DEPTH)/config/buildid | cut -c1-10` - 1))) +# See https://bugzilla.mozilla.org/show_bug.cgi?id=1042128#c11 for an explanation of this: +ANDROID_VERSION_CODE=$(shell cat $(topsrcdir)/mobile/android/config/armv6_play_store_version_code.txt) endif else #not arm, so x86 # increment the version code by 1 for x86 builds so they are offered to x86 phones that have arm emulators