From c04dcc2e7d834218ef2d4194331e383402495ae1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 20:07:22 +0200 Subject: Adding upstream version 2:20.4+dfsg. Signed-off-by: Daniel Baumann --- cmake/platform/android/android.cmake | 7 +++++++ cmake/platform/android/defines.txt | 1 + 2 files changed, 8 insertions(+) create mode 100644 cmake/platform/android/android.cmake create mode 100644 cmake/platform/android/defines.txt (limited to 'cmake/platform/android') diff --git a/cmake/platform/android/android.cmake b/cmake/platform/android/android.cmake new file mode 100644 index 0000000..2c4fbb4 --- /dev/null +++ b/cmake/platform/android/android.cmake @@ -0,0 +1,7 @@ +set(PLATFORM_REQUIRED_DEPS LibAndroidJNI OpenGLES EGL LibZip) +set(APP_RENDER_SYSTEM gles) + +# Store SDK compile version +set(TARGET_SDK 33) +# Minimum supported SDK version +set(TARGET_MINSDK 21) diff --git a/cmake/platform/android/defines.txt b/cmake/platform/android/defines.txt new file mode 100644 index 0000000..4b70e59 --- /dev/null +++ b/cmake/platform/android/defines.txt @@ -0,0 +1 @@ +-DTARGET_POSIX -DTARGET_LINUX -DTARGET_ANDROID -- cgit v1.2.3