summaryrefslogtreecommitdiff
path: root/netwerk/sctp/datachannel/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-22 20:10:23 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-02-22 20:10:23 -0500
commit46e2c14b2c31d5b8a236fe81e99f2cc32d81b6bf (patch)
tree2166aa86e8378b6973e9ebc95b748ad9c632abb1 /netwerk/sctp/datachannel/moz.build
parent6dbd24ae9e9db48c94dd853fae03945c431fd139 (diff)
downloaduxp-46e2c14b2c31d5b8a236fe81e99f2cc32d81b6bf.tar.gz
Issue mcp-graveyard/UXP#1053 - Remove android support from netwerk
Diffstat (limited to 'netwerk/sctp/datachannel/moz.build')
-rw-r--r--netwerk/sctp/datachannel/moz.build4
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