Bug 920731 part B - also stop export JS symbols for android and B2G, r=glandium

--HG--
extra : rebase_source : 063d2f9e1776e6be4f333c3cc943a45c6d5e7373
This commit is contained in:
Benjamin Smedberg 2013-09-30 16:09:28 -04:00
parent 1db3c7955c
commit d030f7d8d7
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ MOZ_WEBSMS_BACKEND=1
MOZ_DISABLE_CRYPTOLEGACY=1
MOZ_APP_STATIC_INI=1
NSS_NO_LIBPKIX=1
MOZ_DISABLE_EXPORT_JS=1
if test "$OS_TARGET" = "Android"; then
MOZ_CAPTURE=1

View File

@ -33,6 +33,7 @@ MOZ_RAW=1
MOZ_PLACES=
MOZ_SOCIAL=
MOZ_ANDROID_HISTORY=1
MOZ_DISABLE_EXPORT_JS=1
# Needed for building our components as part of libxul
MOZ_APP_COMPONENT_LIBS="browsercomps"