Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
7af7910e
Commit
7af7910e
authored
Apr 05, 2019
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Revert to old find boot order"
This reverts commit
5203886f
.
parent
a4f5d47e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
.gitignore
.gitignore
+0
-1
util_functions.sh
scripts/util_functions.sh
+1
-1
No files found.
.gitignore
View file @
7af7910e
...
@@ -4,7 +4,6 @@ out
...
@@ -4,7 +4,6 @@ out
*.apk
*.apk
config.prop
config.prop
update.sh
update.sh
/.vscode
# Built binaries
# Built binaries
native/out
native/out
...
...
scripts/util_functions.sh
View file @
7af7910e
...
@@ -237,7 +237,7 @@ find_boot_image() {
...
@@ -237,7 +237,7 @@ find_boot_image() {
elif
[
!
-z
$SLOT
]
;
then
elif
[
!
-z
$SLOT
]
;
then
BOOTIMAGE
=
`
find_block ramdisk
$SLOT
recovery_ramdisk
$SLOT
boot
$SLOT
`
BOOTIMAGE
=
`
find_block ramdisk
$SLOT
recovery_ramdisk
$SLOT
boot
$SLOT
`
else
else
BOOTIMAGE
=
`
find_block ramdisk recovery_ramdisk
boot boot_a kern-a android_boot kernel lnx bootimg
`
BOOTIMAGE
=
`
find_block ramdisk recovery_ramdisk
kern-a android_boot kernel boot lnx bootimg boot_a
`
fi
fi
if
[
-z
$BOOTIMAGE
]
;
then
if
[
-z
$BOOTIMAGE
]
;
then
# Lets see what fstabs tells me
# Lets see what fstabs tells me
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment