diff options
Diffstat (limited to 'image/decoders/icon/moz.build')
-rw-r--r-- | image/decoders/icon/moz.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/image/decoders/icon/moz.build b/image/decoders/icon/moz.build index 9c6106fa7..d06d6aa6f 100644 --- a/image/decoders/icon/moz.build +++ b/image/decoders/icon/moz.build @@ -25,8 +25,5 @@ if CONFIG['OS_ARCH'] == 'WINNT': if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa': platform = 'mac' -if CONFIG['OS_TARGET'] == 'Android': - platform = 'android' - if platform: LOCAL_INCLUDES += [platform] |