From 91c15bae02c4bf6384fab5fd62bebec65e11be86 Mon Sep 17 00:00:00 2001 From: Javernaut Date: Thu, 21 Oct 2021 19:37:49 +0300 Subject: [PATCH] Using Android API 19 as the default one due to upcoming NDK r24 change --- scripts/parse-arguments.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/parse-arguments.sh b/scripts/parse-arguments.sh index 26bb280..f818a2b 100755 --- a/scripts/parse-arguments.sh +++ b/scripts/parse-arguments.sh @@ -7,7 +7,7 @@ # Can be overridden with specific arguments. # See the end of this file for more description. ABIS_TO_BUILD=() -API_LEVEL=16 +API_LEVEL=19 SOURCE_TYPE=TAR SOURCE_VALUE=4.4 EXTERNAL_LIBRARIES=()