summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-10-14 23:35:18 +0000
committerMoonchild <moonchild@palemoon.org>2022-04-01 15:22:15 +0200
commit39f9ab375b2bfd9e46df9695b78870cf1e9cf3c6 (patch)
tree522ad2b33de883f03a53ffa17e4d74202bcf762a /toolkit
parent28a3cd1028612b3b577768519d11fa6fbcda6f09 (diff)
downloaduxp-39f9ab375b2bfd9e46df9695b78870cf1e9cf3c6.tar.gz
Issue #1053 - Remove /dom/system/android and dependent modules,
as well as robocop.
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/library/moz.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/toolkit/library/moz.build b/toolkit/library/moz.build
index a28f0eb9e6..81f07be661 100644
--- a/toolkit/library/moz.build
+++ b/toolkit/library/moz.build
@@ -184,11 +184,6 @@ if CONFIG['MOZ_ALSA']:
if CONFIG['HAVE_CLOCK_MONOTONIC']:
OS_LIBS += CONFIG['REALTIME_LIBS']
-if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
- OS_LIBS += [
- 'GLESv2',
- ]
-
if 'rtsp' in CONFIG['NECKO_PROTOCOLS']:
OS_LIBS += [
'stagefright_foundation',