I have added "/system/bin/netcfg eth0 up" & "/system/bin/netcfg eth0 dhcp" in init.sh to bring up eth0 at init. I need it to enable sending GLES command over eth0 from surfaceflinger since it's started as core class.
But after sometime logs show that eht0 is reconfigured and after DHCP and I loose all the TCP connections.
How do I disable the eth0 reconfiguration in androidx86?