Author: manx
Date: Sun Apr 21 10:21:10 2024
New Revision: 20626
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20626
Log:
Merged revision(s) 20625 from trunk/OpenMPT:
[Imp] build: Android: Enable support for non-4kiB page sizes for NDK r27. See <https://developer.android.com/guide/practices/page-sizes>.
........
Modified:
branches/OpenMPT-1.31/ (props changed)
branches/OpenMPT-1.31/build/android_ndk/Application.mk
Modified: branches/OpenMPT-1.31/build/android_ndk/Application.mk
==============================================================================
--- branches/OpenMPT-1.31/build/android_ndk/Application.mk Sun Apr 21 10:20:43 2024 (r20625)
+++ branches/OpenMPT-1.31/build/android_ndk/Application.mk Sun Apr 21 10:21:10 2024 (r20626)
@@ -3,3 +3,5 @@
APP_CPPFLAGS := -std=c++17 -fexceptions -frtti
APP_LDFLAGS :=
APP_STL := c++_shared
+
+APP_SUPPORT_FLEXIBLE_PAGE_SIZES := true
|