aboutsummaryrefslogtreecommitdiff
path: root/cmake/platform/android
AgeCommit message (Collapse)Author
2024-04-04Set minimum API level to 24Jose Luis Marti
2024-02-07bump Android SDK 34Jose Luis Marti
2023-10-26[cmake] introduce PLATFORM_OPTIONAL_DEPS_EXCLUDEfuzzard
Allow a platform to exclude a dependency from the optional_deps list. This example includes CEC that isnt used for ios/tvos/android/UWP
2023-09-16[cmake] implement ${CORE_PLATFORM_NAME_LC}_SEARCH_CONFIGfuzzard
This enables a platform to set specific search config criteria for use with find_* cmake calls. For platforms like apple/android, we dont ever want system libs, we only want to search our provided depends path.
2023-09-02[cmake][android] Add libdovi as optional build dependencyquietvoid
2023-02-08Bump Android SDK 33Jose Luis Marti
2022-11-28Android: Bump SDK to version 31Wolfgang Haupt
2022-06-26[cmake] Build LibZip during cmake Buildfuzzard
libzip is only used by android. It supports cmake build system, so lets just build during core cmake build in Find modules rename folder to libzip to match libname
2022-06-18Android SDK 30 and All files access permissionfuzzard
2022-06-18[android] refactor target min and compile SDK to single cmake set variablesfuzzard
Provides a single location to set required values for android target SDK and minimum sdk
2022-04-18[cmake] build libandroidjni as cmake dependencyfuzzard
dont use tools/depends for libandroidjni. build via cmake find module as a required_platform_dep
2019-05-23[cmake] remove _LINUX defineLukas Rusak
2019-03-20[cmake] fix set of APP_RENDER_SYSTEM on KodiConfig.cmakeAlwin Esch
In the implementation of GLES under Windows found the foolish finding of OpenGL. This seems to exist systematically and makes it a little harder. Then found that "APP_RENDER_SYSTEM" of "KodiConfig.cmake" is not defined correctly (empty defined). This request fixes this and uses the "platform" folder. Parts of "Platform.cmake" are also included in PrepareEnv.cmake. TODO: Refactor on v19 to remove the if/else usage
2017-09-09Add missing libzip dependency for AndroidPhilipp Kerling
2017-07-10[cmake][android] require EGLLukas Rusak
2017-05-27[cmake] add support for platformChristian Fetzer
2016-12-21[cmake] Move to root folder: Move filesh.udo