Skip to content

Commit

Permalink
Revert "Revert to old find boot order"
Browse files Browse the repository at this point in the history
This reverts commit 5203886.
  • Loading branch information
topjohnwu committed Apr 5, 2019
1 parent a4f5d47 commit 7af7910
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ out
*.apk
config.prop
update.sh
/.vscode

# Built binaries
native/out
Expand Down
2 changes: 1 addition & 1 deletion scripts/util_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ find_boot_image() {
elif [ ! -z $SLOT ]; then
BOOTIMAGE=`find_block ramdisk$SLOT recovery_ramdisk$SLOT boot$SLOT`
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
if [ -z $BOOTIMAGE ]; then
# Lets see what fstabs tells me
Expand Down

0 comments on commit 7af7910

Please sign in to comment.