From 19bf63b0ee0ef9e156d8484bf3555501ad14933e Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sun, 23 Feb 2020 11:28:41 -0500 Subject: Issue #1053 - Remove android support from image --- image/decoders/moz.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'image/decoders/moz.build') diff --git a/image/decoders/moz.build b/image/decoders/moz.build index 30c026f99..de7aa7ae8 100644 --- a/image/decoders/moz.build +++ b/image/decoders/moz.build @@ -16,8 +16,6 @@ if CONFIG['OS_ARCH'] == 'WINNT': if toolkit == 'cocoa': DIRS += ['icon/mac', 'icon'] -elif toolkit == 'android': - DIRS += ['icon/android', 'icon'] UNIFIED_SOURCES += [ 'EXIF.cpp', -- cgit v1.2.3