Skip to content
Snippets Groups Projects
Commit c1912c99 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

fix mips64 build

parent 72bd9559
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ android {
pickFirst 'lib/x86/libc++_shared.so'
pickFirst 'lib/x86_64/libc++_shared.so'
pickFirst 'lib/mips/libc++_shared.so'
pickFirst 'lib/mips64/libc++_shared.so'
}
compileSdkVersion rootProject.ext.compileSdkVersion
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment