Skip to content

Commit

Permalink
Fix reproducible build
Browse files Browse the repository at this point in the history
  • Loading branch information
linsui authored and heiher committed Jul 26, 2024
1 parent 6f2c289 commit a31064d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ android {
externalNativeBuild {
ndkBuild {
arguments "LOCAL_LDFLAGS+=-Wl,--build-id=none"
cFlags "-ffile-prefix-map=${rootDir}=."
}
}
}
Expand Down

0 comments on commit a31064d

Please sign in to comment.