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
7b9a71c9
Commit
7b9a71c9
authored
Mar 21, 2021
by
osm0sis
Committed by
John Wu
Mar 24, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scripts: improve boot_patch 64bit detection
- use existing api_level_arch_detect function Fixes #3961
parent
901d22cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
boot_patch.sh
scripts/boot_patch.sh
+1
-1
No files found.
scripts/boot_patch.sh
View file @
7b9a71c9
...
@@ -54,7 +54,7 @@ if [ -z $SOURCEDMODE ]; then
...
@@ -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
"
...
...
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