Skip to content

Commit 3043d2c

Browse files
author
RLib
committed
Add 64-bit java bridge support
1 parent a1c8574 commit 3043d2c

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
}
1515
externalNativeBuild {
1616
ndkBuild {
17-
abiFilters "armeabi-v7a", "x86"
17+
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
1818
}
1919
}
2020
}
115 KB
Binary file not shown.
Binary file not shown.
127 KB
Binary file not shown.

0 commit comments

Comments
 (0)