Skip to content

Commit 49ec30a

Browse files
committed
Add jniLibs packaging options for reproducible build
1 parent cfa826b commit 49ec30a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ android {
3333
debugSymbolLevel = "FULL"
3434
}
3535
}
36+
packaging {
37+
jniLibs {
38+
useLegacyPackaging = false
39+
keepDebugSymbols += "**/*.so"
40+
}
41+
}
3642
ksp {
3743
arg("room.generateKotlin", "true")
3844
arg("room.schemaLocation", "$projectDir/schemas")

0 commit comments

Comments
 (0)