office-gobmx/android/Bootstrap
Michael Weghorn 7e4ffea318 android: Use libc++_shared path that works for NDK 25, too
While e.g. NDK 23.0.7599858 has both,
`$HOME/Android/Sdk/ndk/23.0.7599858/sources/cxx-stl/llvm-libc++/libs/x86/libc++_shared.so`
and
`$HOME/Android/Sdk/ndk/23.0.7599858/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/i686-linux-android/libc++_shared.so`
(with the same content), NDK 25.1.8937393 no longer
ships that under the former path scheme, just the latter.

Therefore, use that one when copying the library,
in preparation to add support for NDK 24 and 25.

Change-Id: I20894701f4f436f41781467b57ec4f5311a8317f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146133
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2023-02-16 20:32:46 +00:00
..
src/org/libreoffice/kit android: Explicitly load libc++_shared 2022-04-21 20:57:55 +02:00
Makefile.shared android: Use libc++_shared path that works for NDK 25, too 2023-02-16 20:32:46 +00:00
version.map android: Separate the Android-specific setup from the actual LOK init. 2019-03-11 17:45:56 +01:00