diff options
| author | Yueyao Zhu <yueyao@google.com> | 2017-05-18 12:46:34 -0700 |
|---|---|---|
| committer | Yueyao Zhu <yueyao@google.com> | 2017-05-18 17:29:49 -0700 |
| commit | f7c34ad4bf1f4afdb7f901bcf908128ad7c2ca3a (patch) | |
| tree | 28d0e8d86807a663263b30714fe27917b4a2a14f | |
| parent | eb9694a2d195fad283485c5c54aaf622fa59ad84 (diff) | |
init.rc: import /vendor/etc/init/hw/init.${ro.hardware}.rc
/init.${ro.hardware}.rc would sometime rely on being parsed before other
.rc files. In this case all vendors are still able to have a .rc file
included before all the ones in /vendor/etc/init.
Bug: 38301110
Change-Id: I3fb6df13a39204a516874ea94f5e5ad84bca42c6
| -rw-r--r-- | rootdir/init.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 944aae7088..3b996a4355 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -7,6 +7,7 @@ import /init.environ.rc import /init.usb.rc import /init.${ro.hardware}.rc +import /vendor/etc/init/hw/init.${ro.hardware}.rc import /init.usb.configfs.rc import /init.${ro.zygote}.rc |
