File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 fi
3636
3737 if [[ '${{ inputs.os }}' == android ]]; then
38- assertsSuffix=""
38+ assertsSuffix="-withAsserts "
3939 else
4040 # Use assertions for untagged builds. Must be the same as for the host LLVM package, because
4141 # llvm-config of host package will be used for the cross build configuration.
9797 mv "android-ndk-$version" android-ndk
9898 rm android-ndk.zip
9999
100+ # remove the implicit -fstack-protector-strong
101+ sed -i 's|^ " -fstack-protector-strong"$||' android-ndk/build/cmake/flags.cmake
102+
100103 arch='${{ inputs.arch }}'
101104 apiLevel='${{ inputs.android_api_level }}'
102105 cmakeFlags="-DTARGET_SYSTEM='Android;Linux;UNIX'"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
1414 cancel-in-progress : true
1515
1616env :
17- LLVM_VERSION : 2846ebab
17+ LLVM_VERSION : bdd275b6
1818
1919jobs :
2020 build-native :
You can’t perform that action at this time.
0 commit comments