Load init.rc based on SOC
Sync the logic with others Init should load proper init.rc based on SOC Bug: 292852781 Bug: 311016628 Test: flash dev device and make sure init.zumapro.rc is loaded. Change-Id: I2c391c8975ec593a23708b4b8741d260edb35f5a Signed-off-by: Charles Yo <charlesyo@google.com>
This commit is contained in:
parent
16ae74bdda
commit
2c25cf22b8
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Tegu specific init.rc
|
# Tegu specific init.rc
|
||||||
import /vendor/etc/init/hw/init.zumapro.rc
|
import /vendor/etc/init/hw/init.${ro.boot.hardware.platform}.rc
|
||||||
|
|
||||||
on init && property:ro.vendor.factory=1
|
on init && property:ro.vendor.factory=1
|
||||||
import /vendor/etc/init/hw/init.factory.rc
|
import /vendor/etc/init/hw/init.factory.rc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue