Backed out changeset 0b84a9bee07a (bug 937429) for Android test_videocontrols_standal...
[gecko.git] / accessible / src / defs.mk
blobc963ff27203dad46fc70d22ad295b3f29189a1f5
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 A11Y_LOG = 0
6 ifdef MOZ_DEBUG
7 A11Y_LOG = 1
8 endif
9 ifeq (,$(filter aurora beta release esr,$(MOZ_UPDATE_CHANNEL)))
10 A11Y_LOG = 1
11 endif