Skip to content

Commit e924d27

Browse files
author
Dr. Brandon Wiley
committed
Fixed 16 KB alignment issue for Android 15 compatibility
1 parent 7b4f98d commit e924d27

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.project
2+
.settings/
3+
14
# Built application files
25
*.apk
36
*.aab

AudioCoder/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ android {
2121
externalNativeBuild {
2222
cmake {
2323
targets("QuietScream")
24+
arguments("-DCMAKE_SHARED_LINKER_FLAGS=-Wl,-z,max-page-size=16384")
2425
}
2526
}
2627
}

0 commit comments

Comments
 (0)