Make perf builds profileable.

This commit is contained in:
Greyson Parrelli
2022-02-25 12:47:29 -05:00
committed by Alex Hart
parent 372dd13eba
commit c165636180

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.thoughtcrime.securesms">
<application>
<profileable android:shell="true" />
</application>
</manifest>