properties.sh: notes for next ndk update

we forgot to reset the revision numbers this time
This commit is contained in:
Lucinda May Phipps 2021-10-23 13:55:04 +01:00 committed by GitHub
parent 1a68eb2926
commit 9d020f82ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -1,7 +1,14 @@
# keep repology-metadata in sync with this
TERMUX_ANDROID_BUILD_TOOLS_VERSION=30.0.3 TERMUX_ANDROID_BUILD_TOOLS_VERSION=30.0.3
TERMUX_NDK_VERSION_NUM=23 TERMUX_NDK_VERSION_NUM=23
TERMUX_NDK_REVISION="b" TERMUX_NDK_REVISION="b"
TERMUX_NDK_VERSION=$TERMUX_NDK_VERSION_NUM$TERMUX_NDK_REVISION TERMUX_NDK_VERSION=$TERMUX_NDK_VERSION_NUM$TERMUX_NDK_REVISION
# when changing the above:
# remove TERMUX_PKG_REVISION in:
# libc++, ndk-multilib, ndk-sysroot, vulkan-loader-android
# update SHA256 sums in scripts/setup-android-sdk.sh
# check all packages build and run correctly and bump if needed
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64