From bcac5b845b682674b8c6f8f052a5d800a5bc9181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Fern=C3=A1ndez?= Date: Sat, 29 Jun 2019 19:56:14 +0200 Subject: [PATCH] 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 --- .ci/helper_shellchecks.sh | 2 +- platform/android/luajit-launcher | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/helper_shellchecks.sh b/.ci/helper_shellchecks.sh index d7bc0dd94..7bc644e6f 100755 --- a/.ci/helper_shellchecks.sh +++ b/.ci/helper_shellchecks.sh @@ -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 diff --git a/platform/android/luajit-launcher b/platform/android/luajit-launcher index 825ed0fb0..cfe18e741 160000 --- a/platform/android/luajit-launcher +++ b/platform/android/luajit-launcher @@ -1 +1 @@ -Subproject commit 825ed0fb08ea2e59d8163601812da1defe926aa0 +Subproject commit cfe18e7415f0afabd4a59ad8f48b66efb68e4838