Skip to content

Commit

Permalink
chore(android): ndk update (#13992)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga authored Jun 15, 2024
1 parent 229ef10 commit a852835
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/templates/module/generated/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def tiModuleBindingsJsonPath = "${buildDir}/ti-generated/json/<%- moduleName %>.

android {
compileSdkVersion <%- compileSdkVersion %>
ndkVersion '22.1.7171670'
defaultConfig {
minSdkVersion 19
targetSdkVersion <%- compileSdkVersion %>
Expand Down Expand Up @@ -59,7 +60,8 @@ android {
arguments.addAll([
'APP_STL:=c++_shared',
"-j${Runtime.runtime.availableProcessors()}".toString(),
'--output-sync=none'
'--output-sync=none',
'APP_LD=deprecated'
])
}
}
Expand Down

0 comments on commit a852835

Please sign in to comment.