mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
switch from ant to gradle, (#5096)
add support for runtime permissions on api23+ add support for devices with a notch on api28+ fix some potential memory leaks do not check luajit-launcher shell scripts
This commit is contained in:
committed by
Frans de Jonge
parent
a13f9835be
commit
bcac5b845b
@@ -5,7 +5,7 @@ CI_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
source "${CI_DIR}/common.sh"
|
||||
|
||||
# shellcheck disable=2016
|
||||
mapfile -t shellscript_locations < <({ git grep -lE '^#!(/usr)?/bin/(env )?(bash|sh)' && git submodule --quiet foreach '[ "$path" = "base" ] || git grep -lE "^#!(/usr)?/bin/(env )?(bash|sh)" | sed "s|^|$path/|"' && git ls-files ./*.sh; } | sort | uniq)
|
||||
mapfile -t shellscript_locations < <({ git grep -lE '^#!(/usr)?/bin/(env )?(bash|sh)' && git submodule --quiet foreach '[ "$path" = "base" -o "$path" = "platform/android/luajit-launcher" ] || git grep -lE "^#!(/usr)?/bin/(env )?(bash|sh)" | sed "s|^|$path/|"' && git ls-files ./*.sh; } | sort | uniq)
|
||||
|
||||
SHELLSCRIPT_ERROR=0
|
||||
|
||||
|
||||
Submodule platform/android/luajit-launcher updated: 825ed0fb08...cfe18e7415
Reference in New Issue
Block a user