Make perf builds profileable.

fork-5.53.8
Greyson Parrelli 2022-02-25 12:47:29 -05:00 zatwierdzone przez Alex Hart
rodzic 372dd13eba
commit c165636180
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -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>