diff options
Diffstat (limited to 'image/decoders/moz.build')
-rw-r--r-- | image/decoders/moz.build | 2 |
1 files changed, 0 insertions, 2 deletions
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', |