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.

Merged-In: I3fb6df13a39204a516874ea94f5e5ad84bca42c6
Bug: 38301110
Change-Id: I3fb6df13a39204a516874ea94f5e5ad84bca42c6
(cherry picked from commit f7c34ad4bf)
This commit is contained in:
Yueyao Zhu 2017-05-18 12:46:34 -07:00 committed by Sandeep Patil
parent f653eaa322
commit f97d96b8f4
1 changed files with 1 additions and 0 deletions

View File

@ -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