From f69b2e1cdba5433ab9ce52392f87c9179625c8f5 Mon Sep 17 00:00:00 2001 From: Kamil Gurgul Date: Thu, 12 Sep 2024 10:39:26 +0200 Subject: [PATCH 1/2] Add support for android flexible page sizes --- jni/Application.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/jni/Application.mk b/jni/Application.mk index 04f7b0e4..2bd0c056 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -2,3 +2,4 @@ APP_PLATFORM := android-16 APP_PIE := true APP_STL := c++_static APP_ABI := armeabi-v7a arm64-v8a x86 x86_64 +APP_SUPPORT_FLEXIBLE_PAGE_SIZES := true From ceed18477615e5de4d7ce7c515094dc488ad6b09 Mon Sep 17 00:00:00 2001 From: Kamil Gurgul Date: Thu, 12 Sep 2024 11:29:18 +0200 Subject: [PATCH 2/2] Update min Android SDK --- jni/Application.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jni/Application.mk b/jni/Application.mk index 2bd0c056..88c36a5e 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -1,4 +1,4 @@ -APP_PLATFORM := android-16 +APP_PLATFORM := android-21 APP_PIE := true APP_STL := c++_static APP_ABI := armeabi-v7a arm64-v8a x86 x86_64