☠☠ backed out by 7f4e3bf3de5c ☠ ☠ | |
author | Nick Alexander <nalexander@mozilla.com> |
Thu, 24 Oct 2013 16:05:17 -0700 | |
changeset 166034 | 635f44f658402620bba407c5107b9ac838644168 |
parent 166033 | 2a368c09333a56c45518bc2b4a623e322a3f4903 |
child 166035 | 65d339e6816388edc6cfeae087925b8982d92025 |
push id | 3066 |
push user | akeybl@mozilla.com |
push date | Mon, 09 Dec 2013 19:58:46 +0000 |
treeherder | mozilla-beta@a31a0dce83aa [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | me |
bugs | 925185 |
milestone | 27.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/mobile/android/base/Makefile.in +++ b/mobile/android/base/Makefile.in @@ -1,16 +1,14 @@ # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. DIST_FILES = package-name.txt -include $(topsrcdir)/mobile/android/base/android-services-files.mk - ifdef MOZ_ANDROID_ANR_REPORTER DEFINES += -DMOZ_ANDROID_ANR_REPORTER=1 endif ifneq (,$(findstring -march=armv7,$(OS_CFLAGS))) MIN_CPU_VERSION=7 else MIN_CPU_VERSION=5