android: base-cfg: enable CONFIG_INET_DIAG_DESTROY

As of Android N, this is required to close sockets when a
network disconnects.

Change-Id: I9fe81c5fc5224c17bfd8d9e236ea9e436b5971cb
This commit is contained in:
Lorenzo Colitti 2017-01-16 17:35:52 +09:00 committed by Luca Stefani
parent 64b419850e
commit 91aa8c0180
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ CONFIG_EMBEDDED=y
CONFIG_FB=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_INET6_AH=y
CONFIG_INET6_DIAG_DESTROY=y
CONFIG_INET6_ESP=y
CONFIG_INET6_IPCOMP=y
CONFIG_INET=y