aboutsummaryrefslogtreecommitdiff
path: root/scripts/toolchains/android.cmake
AgeCommit message (Collapse)Author
2021-06-07[vcpkg] [Android]Compile armv6 with arm mode (#17962)talregev
* Compile amrv6 with arm mode * Update android.cmake
2021-05-05Compile for android including armv6. (#16847)talregev
* compile for android including armv6. * Update arm-android.cmake * Update from comment in the PR support ANDROID_NATIVE_API_LEVEL from env variable. (to be able to compile also 16 and not just 21 as default) * Add ANDROID_ARM_NEON from env var * Short version of update ANDROID_ARM_NEON. * remove ANDROID_NATIVE_API_LEVEL now using vcpkg_CMAKE_SYSTEM_VERSION in triplet Add cache to ANDROID_ARM_NEON fix indents * Update neon triplet * Add arm-neon-android.cmake file.
2020-11-18[vcpkg android] Fix for issue #11927 (#14625)Christophe Calmejane
Allow selection of Android SDK platform version from triplet file.
2020-09-0311129: Add VCPKG_LINKER_FLAGS_<CONFIG>. (#11290)Paul
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-08-07[vcpkg] Improving android support (#12634)Christophe Calmejane
* Fix for Android compilation See https://github.com/microsoft/vcpkg/issues/5809 * Allow for custom android triplets. Fallback to Xamarin installed NDK. * Increased Port-Version for boost-modular-build-helper * More restrictive matching pattern for android toolchain
2020-07-31Fix android toolchain so it correctly adds -fPIC flag (#12097)Jamie Kydd
(cherry picked from commit 497fe8ab805bcafd2cb2abd538db8783f897f9ad)
2020-05-11[android] Link C++ runtime according to VCPKG_CRT_LINKAGE (#11266)huangqinjin
https://developer.android.com/ndk/guides/cpp-support
2018-12-17Support custom Android NDK, better ABI specification (#4986)Bradley Austin Davis
2018-12-04[vcpkg-toolchains] Use XYZ_INIT CMake variables for _significantly_ better ↵Robert Schumacher
integration [brynet] Add missing openssl dependency [discord-rpc] Ensure no external downloading [podofo] Improve stability. Modernize. [usrsctp] Disable Werror [vcpkg-toolchains] Add linux changes to android and freebsd. [usrsctp] Remove excess DLLs
2018-07-03Make locating the Android NDK configurable (#3754)Simon Hausmann
Prefer an environment variable and fall back to the previous path if not set.
2018-03-11[vcpkg] Improve defaults for other platformsRobert Schumacher