Skip to content

Commit

Permalink
Merge pull request #62 from amartinz/halium-10.0-vendor-init-extension
Browse files Browse the repository at this point in the history
(halium) init: import /vendor/etc/init/hw/init.halium.rc
  • Loading branch information
fredldotme authored Dec 31, 2022
2 parents 458488a + 6f8b812 commit e814eed
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 015f04d8d48bcda13ef3142567eb11f8bc46e489 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..7a908d0e28 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -7,6 +7,7 @@
import /init.environ.rc
# Disabled for Halium
#import /init.usb.rc
+import /vendor/etc/init/hw/init.halium.rc
import /init.${ro.hardware}.rc
import /vendor/etc/init/hw/init.${ro.hardware}.rc
# Disabled for Halium
--
2.38.0

0 comments on commit e814eed

Please sign in to comment.