diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-22 20:10:23 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-02-22 20:10:23 -0500 |
commit | bdad2357a1f0d2aca7f1106f3195d1fd929dc1d1 (patch) | |
tree | 2166aa86e8378b6973e9ebc95b748ad9c632abb1 /netwerk/sctp/datachannel | |
parent | 881c1e5f180c537b003b891dce7d7f114800ff3e (diff) | |
download | uxp-bdad2357a1f0d2aca7f1106f3195d1fd929dc1d1.tar.gz |
Issue #1053 - Remove android support from netwerk
Diffstat (limited to 'netwerk/sctp/datachannel')
-rw-r--r-- | netwerk/sctp/datachannel/moz.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/netwerk/sctp/datachannel/moz.build b/netwerk/sctp/datachannel/moz.build index fc59da229c..18bb8533af 100644 --- a/netwerk/sctp/datachannel/moz.build +++ b/netwerk/sctp/datachannel/moz.build @@ -25,9 +25,7 @@ LOCAL_INCLUDES += [ DEFINES['INET'] = 1 DEFINES['SCTP_DEBUG'] = 1 - -if CONFIG['OS_TARGET'] != 'Android': - DEFINES['INET6'] = 1 +DEFINES['INET6'] = 1 if CONFIG['OS_TARGET'] == 'WINNT': DEFINES['__Userspace_os_Windows'] = 1 |