From 22e8a63bafd49856c6d290d3bae5eb847a88e851 Mon Sep 17 00:00:00 2001 From: Masashi Katsumata Date: Thu, 2 Oct 2025 16:21:29 +0900 Subject: [PATCH] feat: build with 16KB paging memory --- .github/workflows/lint.yml | 4 ++-- mapconductor-marker-native-strategy/gradle.properties | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 532dbbd4..5d68c0ea 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -69,8 +69,8 @@ jobs: run: | modules=$(grep '^modules=' projects.properties | cut -d= -f2 | tr ',' ' ') echo "modules=$modules" >> $GITHUB_OUTPUT - here_sdk_name=$(grep '^hereSdkAarName=' gradle.properties | cut -d= -f2 | tr -d '\r') - echo "here_sdk_artifact=$here_sdk_name" >> $GITHUB_OUTPUT + # here_sdk_name=$(grep '^hereSdkAarName=' gradle.properties | cut -d= -f2 | tr -d '\r') + # echo "here_sdk_artifact=$here_sdk_name" >> $GITHUB_OUTPUT - name: Restore hash cache uses: actions/cache/restore@v4 diff --git a/mapconductor-marker-native-strategy/gradle.properties b/mapconductor-marker-native-strategy/gradle.properties index 57b18dd1..e404242b 100644 --- a/mapconductor-marker-native-strategy/gradle.properties +++ b/mapconductor-marker-native-strategy/gradle.properties @@ -1 +1,4 @@ -libraryVersion=1.0.0 +libraryVersion=1.0.0 + +# Enable support for flexible page sizes (e.g., 16KB pages on Android 15+) +APP_SUPPORT_FLEXIBLE_PAGE_SIZES = true