Bug 1557570 - Build the base profiler on Android. r=gerald

Differential Revision: https://phabricator.services.mozilla.com/D64998

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Markus Stange 2020-03-17 03:27:35 +00:00
parent de0a0463d6
commit 3349423265

View File

@ -24,9 +24,8 @@
#ifdef MOZ_GECKO_PROFILER
// Enable Base Profiler on Windows, Mac and Non-Android Linux, which are
// supported.
// (Android not implemented yet, mingw not supported.)
# if defined(XP_MACOSX) || (defined(XP_LINUX) && !defined(ANDROID)) || \
// supported. Mingw is not supported.
# if defined(XP_MACOSX) || defined(XP_LINUX) || \
(defined(XP_WIN) && !defined(__MINGW32__))
# define MOZ_BASE_PROFILER
# else