Skip to content

Commit

Permalink
ABI Level 19 for later NDKs when trying to compile OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
gerstrong committed Jul 27, 2023
1 parent 9eb294a commit 4c0ee01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/jni/openssl/config.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ diff -u -r armeabi-v7a-old/Configurations/15-android.conf armeabi-v7a/Configurat
my %triplet = (
- arm => "arm-linux-androideabi",
- arm64 => "aarch64-linux-android",
+ arm => "armv7a-linux-androideabi16",
+ arm => "armv7a-linux-androideabi19",
+ arm64 => "aarch64-linux-android21",
mips => "mipsel-linux-android",
mips64 => "mips64el-linux-android",
- x86 => "i686-linux-android",
- x86_64 => "x86_64-linux-android",
+ x86 => "i686-linux-android16",
+ x86 => "i686-linux-android19",
+ x86_64 => "x86_64-linux-android21",
);

Expand Down

0 comments on commit 4c0ee01

Please sign in to comment.