aboutsummaryrefslogtreecommitdiff
path: root/cmake/platform/android/android.cmake
blob: 26c7821f893f8a8105cb01184282ac92e4ae48c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
set(PLATFORM_REQUIRED_DEPS LibAndroidJNI OpenGLES EGL LibZip)
set(PLATFORM_OPTIONAL_DEPS_EXCLUDE CEC)
set(APP_RENDER_SYSTEM gles)
list(APPEND PLATFORM_OPTIONAL_DEPS LibDovi)

# Store SDK compile version
set(TARGET_SDK 33)
# Minimum supported SDK version
set(TARGET_MINSDK 21)

set(${CORE_PLATFORM_NAME_LC}_SEARCH_CONFIG NO_DEFAULT_PATH CACHE STRING "")