From ec2002c97186270cc4cc703b51cf0fd5fb757ab0 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Mon, 28 Nov 2016 07:33:34 +0100 Subject: [PATCH] Start anboxd as part of class core Boot is too early for is now that we depend on some system services like the ActivityManager one. --- android/anboxd.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/anboxd.rc b/android/anboxd.rc index 985655a..4a77419 100644 --- a/android/anboxd.rc +++ b/android/anboxd.rc @@ -1,5 +1,5 @@ service anboxd /system/bin/anboxd - class boot + 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.