mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-26 01:35:22 +02:00
Don't strip libraries for the Android benchmarks
Otherwise, the Android Studio "profile" option is much less useful.
This commit is contained in:
@@ -36,6 +36,10 @@ android {
|
||||
}
|
||||
|
||||
namespace "org.signal.libsignal.benchmarks"
|
||||
|
||||
packagingOptions {
|
||||
doNotStrip '**/*.so'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user