diff options
Diffstat (limited to 'security/manager/moz.build')
-rw-r--r-- | security/manager/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/manager/moz.build b/security/manager/moz.build index 8097ef5f6..4ce95f226 100644 --- a/security/manager/moz.build +++ b/security/manager/moz.build @@ -6,5 +6,5 @@ DIRS += ['ssl', 'locales'] -if CONFIG['MOZ_XUL'] and CONFIG['MOZ_BUILD_APP'] != 'mobile/android': +if CONFIG['MOZ_XUL'] and CONFIG['MOZ_FENNEC']: DIRS += ['pki'] |