fix(android): automatically extract native libraries

This commit is contained in:
Harsh Shandilya 2023-06-03 23:52:29 +05:30
parent 31b39a49d6
commit a920f899fb
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View file

@ -36,6 +36,7 @@ android {
applicationIdSuffix = ".benchmark"
}
}
packaging { jniLibs { useLegacyPackaging = true } }
}
whetstone {