diff options
author | Ricardo Cerqueira <ricardo@cyngn.com> | 2014-11-08 16:33:41 +0000 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2015-10-18 02:03:30 -0700 |
commit | c403730ac3fabbe5a12b1604538e754f828c41e4 (patch) | |
tree | 9de531353c3f19bd6284a9f8d2a254eb27d0e0ed | |
parent | f6264d40e9a33e2e81efa2660e4ebdd63b2e149f (diff) | |
download | system_core-c403730ac3fabbe5a12b1604538e754f828c41e4.zip system_core-c403730ac3fabbe5a12b1604538e754f828c41e4.tar.gz system_core-c403730ac3fabbe5a12b1604538e754f828c41e4.tar.bz2 |
init.rc: Import CM's init rc
Change-Id: Ia0d2ba653ceeaf0139c20b49e034f39aed33cb03
-rw-r--r-- | rootdir/init.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 60a7a7b..4d68b7c 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -9,6 +9,9 @@ import /init.usb.rc import /init.${ro.hardware}.rc import /init.${ro.zygote}.rc import /init.trace.rc +# Include CM's extra init file +import /init.cm.rc + on early-init # Set init and its forked children's oom_adj. |