Don't strip libraries for the Android benchmarks

Otherwise, the Android Studio "profile" option is much less useful.
This commit is contained in:
Jordan Rose
2024-11-13 13:55:26 -08:00
parent cfa7bb8d45
commit 47eae0d153

View File

@@ -36,6 +36,10 @@ android {
}
namespace "org.signal.libsignal.benchmarks"
packagingOptions {
doNotStrip '**/*.so'
}
}
dependencies {