Skip to content

Commit

Permalink
(halium) init: import /vendor/etc/init/hw/init.halium.rc
Browse files Browse the repository at this point in the history
This is helpful for GSI devices, which do not want to overwrite
vendor init files but instead extend them.

Change-Id: Iafe7e715267488793663b71757f0e294f8af603e
Signed-off-by: Alexander Martinz <[email protected]>
  • Loading branch information
amartinz committed Oct 19, 2022
1 parent 458488a commit 20e7a22
Showing 1 changed file with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
From 8b56b9c3946fdb86a6f49a93afe0afb76e84b4d9 Mon Sep 17 00:00:00 2001
From: Alexander Martinz <[email protected]>
Date: Wed, 19 Oct 2022 13:46:12 +0200
Subject: [PATCH] (halium) init: import /vendor/etc/init/hw/init.halium.rc

This is helpful for GSI devices, which do not want to overwrite
vendor init files but instead extend them.

Change-Id: Iafe7e715267488793663b71757f0e294f8af603e
Signed-off-by: Alexander Martinz <[email protected]>
---
rootdir/init.rc | 1 +
1 file changed, 1 insertion(+)

diff --git a/rootdir/init.rc b/rootdir/init.rc
index 5a42bfce98..ddf6da1364 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -9,6 +9,7 @@ import /init.environ.rc
#import /init.usb.rc
import /init.${ro.hardware}.rc
import /vendor/etc/init/hw/init.${ro.hardware}.rc
+import /vendor/etc/init/hw/init.halium.rc
# Disabled for Halium
#import /init.usb.configfs.rc
import /init.${ro.zygote}.rc
--
2.38.0

0 comments on commit 20e7a22

Please sign in to comment.