Commit 7af7910e authored by topjohnwu's avatar topjohnwu

Revert "Revert to old find boot order"

This reverts commit 5203886f.
parent a4f5d47e
...@@ -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
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment