Bug 992983 - Followup to make BUILD_GTEST consistent with the gtest makefile ifdef. r=chmanchester

This commit is contained in:
aleth 2016-01-13 22:05:57 +01:00
parent a081cb969d
commit 11cf67e934

View File

@ -34,7 +34,7 @@ ifdef MOZ_B2G
BUILD_GTEST=
endif
ifeq ($(MOZ_BUILD_APP),mobile/android)
ifneq (browser,$(MOZ_BUILD_APP))
BUILD_GTEST=
endif