forked from mer-hybris/hybris-patches
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from amartinz/halium-10.0-vendor-init-extension
(halium) init: import /vendor/etc/init/hw/init.halium.rc
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
system/core/0017-halium-init-import-vendor-etc-init-hw-init.halium.rc.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|