From 39f9ab375b2bfd9e46df9695b78870cf1e9cf3c6 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 14 Oct 2021 23:35:18 +0000 Subject: Issue #1053 - Remove /dom/system/android and dependent modules, as well as robocop. --- toolkit/library/moz.build | 5 ----- 1 file changed, 5 deletions(-) (limited to 'toolkit') 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', -- cgit v1.2.3