2012-05-21 04:12:37 -07:00
|
|
|
# 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/.
|
2007-07-24 18:05:54 -07:00
|
|
|
|
2010-10-14 17:38:19 -07:00
|
|
|
ifeq ($(OS_TARGET),Android)
|
2011-05-27 10:01:03 -07:00
|
|
|
# NDK5 workarounds
|
2012-09-25 04:52:54 -07:00
|
|
|
TARGET_LOCAL_INCLUDES = \
|
|
|
|
-I$(topsrcdir)/toolkit/crashreporter/google-breakpad/src/common/android/include/ \
|
|
|
|
$(NULL)
|
2010-10-14 17:38:19 -07:00
|
|
|
endif
|
|
|
|
|
2007-07-24 18:05:54 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2012-05-24 08:58:35 -07:00
|
|
|
|
|
|
|
check::
|
|
|
|
$(PYTHON) $(srcdir)/tools/unit-symbolstore.py
|