diff --git a/Externals/libadrenotools b/Externals/libadrenotools index f4ce3c9618..8fae8ce254 160000 --- a/Externals/libadrenotools +++ b/Externals/libadrenotools @@ -1 +1 @@ -Subproject commit f4ce3c9618e7ecfcdd238b17dad9a0b888f5de90 +Subproject commit 8fae8ce254dfc1344527e05301e43f37dea2df80 diff --git a/Source/Android/app/build.gradle.kts b/Source/Android/app/build.gradle.kts index af48026a86..0ed29fde4b 100644 --- a/Source/Android/app/build.gradle.kts +++ b/Source/Android/app/build.gradle.kts @@ -101,8 +101,12 @@ android { defaultConfig { externalNativeBuild { cmake { - arguments("-DANDROID_STL=c++_static", "-DCMAKE_BUILD_TYPE=RelWithDebInfo") - // , "-DENABLE_GENERIC=ON" + arguments( + "-DANDROID_STL=c++_static", + "-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON", + "-DCMAKE_BUILD_TYPE=RelWithDebInfo" + // , "-DENABLE_GENERIC=ON" + ) abiFilters("arm64-v8a", "x86_64") //, "armeabi-v7a", "x86" // Uncomment the line below if you don't want to build the C++ unit tests