Skip to content

Commit

Permalink
build: update android API level to 23
Browse files Browse the repository at this point in the history
  • Loading branch information
jgriffiths committed Jan 30, 2024
1 parent 656cb2a commit b78f576
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tools/build_android_libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ if [ -n "$1" ]; then
fi

for arch in $ARCH_LIST; do
# Use API level 19 for non-64 bit targets for better device coverage
api="19"
if [[ $arch == *"64"* ]]; then
api="21"
fi
# Use API level 23
api="23"

# Location of the NDK tools to build with
toolsdir=$(android_get_build_tools_dir)
Expand Down

0 comments on commit b78f576

Please sign in to comment.