Skip to content

Commit ad63ab7

Browse files
committed
chore: use host python for A16+
* works after LineageOS/android_build@0157cd3
1 parent bce9a0b commit ad63ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compat.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ _key_size_recovery() {
5555
if [[ "${ANDROID_VERSION}" -lt 10 ]]; then
5656
_init_py2
5757
# A10-15
58-
else
58+
elif [[ "${ANDROID_VERSION}" -lt 16 ]]; then
5959
_init_py3
6060
fi
6161

0 commit comments

Comments
 (0)