From f01ce872e87986785dc5a2f303e3e1cddf2a7d3d Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Thu, 8 Dec 2016 17:06:08 +0100 Subject: [PATCH] Drop static DHCP configuration of eth0 --- android/anboxd.rc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/android/anboxd.rc b/android/anboxd.rc index 4a77419..5b70dac 100644 --- a/android/anboxd.rc +++ b/android/anboxd.rc @@ -1,8 +1,2 @@ service anboxd /system/bin/anboxd class core - -# We will ever only have a single network interface we need to care -# about so we can add static setup for this one here. -service anbox-network /system/bin/dhcptool eth0 - class main - oneshot