Android: Apply "AArch64" and "32-bit" suffixes to app label

This commit is contained in:
Braden Farmer 2020-08-03 11:14:44 -06:00
parent f8b8f2a07d
commit 9f6274b001
2 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="RetroArch"
android:label="@string/app_name"
android:hasCode="true"
android:isGame="true"
android:banner="@drawable/banner"

View File

@ -36,6 +36,8 @@ android {
productFlavors {
normal {
resValue "string", "app_name", "RetroArch"
dimension "variant"
}
aarch64 {