Skip to content

Commit

Permalink
build-package: API level to 23
Browse files Browse the repository at this point in the history
* This is for compiling docker-tini, who is asking for sigtimedwait,
  which wasn't exposed in signal.h until API 23.
  termux#899

Signed-off-by: Vladimir Oltean <olteanv@gmail.com>
  • Loading branch information
vladimiroltean committed May 3, 2018
1 parent e32f771 commit c6b45c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ termux_step_setup_variables() {
: "${TERMUX_SYSROOT:="${TERMUX_OUTDIR}/sysroot"}"
: "${TERMUX_ANDROID_HOME:="/home"}"
: "${TERMUX_DEBUG:=""}"
: "${TERMUX_PKG_API_LEVEL:="21"}"
: "${TERMUX_PKG_API_LEVEL:="23"}"
: "${TERMUX_ANDROID_BUILD_TOOLS_VERSION:="27.0.3"}"
: "${TERMUX_NDK_VERSION:="16"}"

Expand Down

0 comments on commit c6b45c5

Please sign in to comment.