Issue #1053 - Remove android support from image

This commit is contained in:
Matt A. Tobin 2020-02-23 11:28:41 -05:00 committed by Roy Tam
commit 6df3c70708
5 changed files with 0 additions and 209 deletions

View file

@ -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]