fix libgnustl_shared.so is 32 bit instead of 64-bit
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
7b8950870f
commit
b50cbd036b
|
@ -138,6 +138,9 @@ android {
|
|||
*/
|
||||
packagingOptions {
|
||||
exclude 'META-INF/rxjava.properties'
|
||||
exclude '/lib/mips64/**'
|
||||
exclude '/lib/arm64-v8a/**'
|
||||
exclude '/lib/x86_64/**'
|
||||
/** Fix for: Execution failed for task ':app:transformNativeLibsWithStripDebugSymbolForDebug'.
|
||||
* with recent version of ndk (17.0.4754217)
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue