scripts: improve boot_patch 64bit detection
- use existing api_level_arch_detect function Fixes #3961
This commit is contained in:
parent
901d22cdfa
commit
7b9a71c9af
@ -54,7 +54,7 @@ if [ -z $SOURCEDMODE ]; then
|
|||||||
# Load utility functions
|
# Load utility functions
|
||||||
. ./util_functions.sh
|
. ./util_functions.sh
|
||||||
# Check if 64-bit
|
# Check if 64-bit
|
||||||
[ -d /system/lib64 ] && IS64BIT=true || IS64BIT=false
|
api_level_arch_detect
|
||||||
fi
|
fi
|
||||||
|
|
||||||
BOOTIMAGE="$1"
|
BOOTIMAGE="$1"
|
||||||
|
Loading…
Reference in New Issue
Block a user