mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-30 04:21:13 -04:00
Android: Compile x86_64 native libraries
This commit is contained in:
parent
23da15a525
commit
543997ff75
@ -35,7 +35,7 @@ android {
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
arguments "-DCMAKE_BUILD_TYPE=Release"
|
||||
abiFilters "arm64-v8a", "armeabi-v7a"
|
||||
abiFilters "arm64-v8a", "armeabi-v7a", "x86_64"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user