Enable GWP-ASan on Android 11

This commit is contained in:
Cameron Gutman 2020-07-01 11:07:53 -05:00
parent 2329b41bce
commit 2d9915e43a

View File

@ -42,6 +42,7 @@
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher"
android:installLocation="auto"
android:gwpAsanMode="always"
android:theme="@style/AppTheme">
<provider
android:name=".PosterContentProvider"