scripts: update hint in properties.sh regarding ndk-packages

%ci:no-build
This commit is contained in:
Henrik Grimler 2023-01-03 20:51:40 +01:00
parent c99bb18a84
commit bb298ba27f
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ TERMUX_ANDROID_BUILD_TOOLS_VERSION=33.0.1
: "${TERMUX_NDK_REVISION:="b"}"
TERMUX_NDK_VERSION=$TERMUX_NDK_VERSION_NUM$TERMUX_NDK_REVISION
# when changing the above:
# remove TERMUX_PKG_REVISION in:
# update version and hashsum in packages
# libc++, ndk-multilib, ndk-sysroot, vulkan-loader-android
# update SHA256 sums in scripts/setup-android-sdk.sh
# and update SHA256 sums in scripts/setup-android-sdk.sh
# check all packages build and run correctly and bump if needed
: "${TERMUX_JAVA_HOME:=/usr/lib/jvm/java-8-openjdk-amd64}"