diff options
author | xkeita <keita_nya@live.jp> | 2017-06-25 00:43:03 +0000 |
---|---|---|
committer | xkeita <keita_nya@live.jp> | 2017-06-25 01:52:19 +0000 |
commit | 61eb8ec290ad39b82e894767f83da7556c2c60f5 (patch) | |
tree | 2eaaec36a51253657b8d55e12141d4f6df37d22c /rootdir/init.qcom.rc | |
parent | fa44b7ffcb052f88b2c625bb5ea57773292354e3 (diff) |
shinano: init: Commonize init.device.rc
- Add common init.device.rc for shinano devices.
Change-Id: I9793279a529551106cf31dc1c39844fa9274bb5b
Diffstat (limited to 'rootdir/init.qcom.rc')
-rw-r--r-- | rootdir/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index d3bb53a..fb4bd2f 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -15,7 +15,7 @@ # limitations under the License. # -import /init.device.rc +import /init.device-common.rc import /init.sony.usb.rc import /init.qcom.power.rc import /init.camera.rc |