Skip to content

Commit bda11bb

Browse files
authored
Fix: Remove NDK Build ID (#60)
1 parent 01e4a53 commit bda11bb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

scripts/removeDKBuildId.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ const withNDKBuildId = (config) => {
1111
`defaultConfig {
1212
externalNativeBuild {
1313
ndkBuild {
14-
arguments "APP_LDFLAGS=--build-id=none"
14+
arguments "-DCMAKE_SHARED_LINKER_FLAGS=-Wl,--build-id=none"
1515
}
16-
}`,
16+
}
17+
`,
1718
);
1819
}
1920
return gradleConfig;

0 commit comments

Comments
 (0)