build_rootfs.sh: Change CF eth0 setup to eth1

Old network interface order:

eth0 - Ethernet used for fake wireless
eth1 - Mobile data (no DHCP)
eth2 - Ethernet

New network interface order:

eth0 - Mobile data (no DHCP)
eth1 - Ethernet
eth2 - Ethernet used for fake wireless (or wlan0)

Using eth0 is no longer recommended because no DHCP server runs on this
interface as it is used by "mobile data" when running Android. Switch
the OtherOS images over to using the true Ethernet interface, which is
guaranteed to provide DHCP.

Change-Id: I594e798666c56e04480f1a162fdb9306d931bfa3
1 file changed
tree: 93708fd00b6b922ba65a547600fd863b7a2e0308
  1. devicetree/
  2. net/
  3. Android.bp
  4. METADATA