ANDROID: Remove IPV6 support from microdroid kernels

This feature is not needed, so remove it.

Bug: 434256355
Signed-off-by: Isaac J. Manjarres <isaacmanjarres@google.com>
(cherry picked from https://android-review.googlesource.com/q/commit:88bce7c8dcf5bef3b6ba4933eec86b5de10d5898)
Merged-In: Ia125e1b6326badaef1278d94850c74cfcc2faa82
Change-Id: Ia125e1b6326badaef1278d94850c74cfcc2faa82
This commit is contained in:
Isaac J. Manjarres
2025-07-28 21:01:06 +00:00
committed by Android Build Cherrypicker Worker
parent d12def49bb
commit 136094c346
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -65,6 +65,7 @@ CONFIG_LRU_GEN=y
CONFIG_NET=y
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_IPV6 is not set
CONFIG_VSOCKETS=y
CONFIG_VIRTIO_VSOCKETS=y
# CONFIG_WIRELESS is not set
+1
View File
@@ -68,6 +68,7 @@ CONFIG_DAMON_RECLAIM=y
CONFIG_NET=y
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_IPV6 is not set
CONFIG_VSOCKETS=y
CONFIG_VIRTIO_VSOCKETS=y
# CONFIG_WIRELESS is not set