Boot is too early for is now that we depend on some system services like the ActivityManager one.
8 lines
247 B
Text
8 lines
247 B
Text
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
|