fix libgnustl_shared.so is 32 bit instead of 64-bit

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Roman Volosovskyi
2018-05-28 12:04:12 +03:00
committed by Andrey Shovkoplyas
parent 7b8950870f
commit b50cbd036b
+3
View File
@@ -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)
*/