mirror of
https://github.com/LibreOffice/core.git
synced 2025-07-22 01:09:00 +00:00
android: Declare support for NDK 29
A build using NDK 29.0.13599879 works fine for me
and Android Viewer works fine in a quick test (with an additional
local revert of commit 9d1e76f7da
to prevent a deadlock when opening documents that is unrelated
to this change here).
Change-Id: Ia82d3daa00c299cb3d244e973b9da3ceb840f4b2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187577
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
This commit is contained in:
@ -835,11 +835,11 @@ if test -n "$with_android_ndk"; then
|
||||
11.1.*|12.1.*|13.1.*|14.1.*|16.*|17.*|18.*|19.*|20.*|21.*|22.*|23.*|24.*|25.*|26.*)
|
||||
AC_MSG_ERROR([Building for Android requires NDK version >= 27.*])
|
||||
;;
|
||||
27.*|28.*)
|
||||
27.*|28.*|29.*)
|
||||
;;
|
||||
*)
|
||||
AC_MSG_WARN([Untested Android NDK version $ANDROID_NDK_VERSION, only versions 27.* to 28.* have been used successfully. Proceed at your own risk.])
|
||||
add_warning "Untested Android NDK version $ANDROID_NDK_VERSION, only versions 27.* to 28.* have been used successfully. Proceed at your own risk."
|
||||
AC_MSG_WARN([Untested Android NDK version $ANDROID_NDK_VERSION, only versions 27.* to 29.* have been used successfully. Proceed at your own risk.])
|
||||
add_warning "Untested Android NDK version $ANDROID_NDK_VERSION, only versions 27.* to 29.* have been used successfully. Proceed at your own risk."
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Reference in New Issue
Block a user