diff --git a/scripts/boot_patch.sh b/scripts/boot_patch.sh index d6c6caf2b..aab52a3b8 100644 --- a/scripts/boot_patch.sh +++ b/scripts/boot_patch.sh @@ -54,7 +54,7 @@ if [ -z $SOURCEDMODE ]; then # Load utility functions . ./util_functions.sh # Check if 64-bit - [ -d /system/lib64 ] && IS64BIT=true || IS64BIT=false + api_level_arch_detect fi BOOTIMAGE="$1"