From d39648b2efeecb4864ad555554fa13c973bd9488 Mon Sep 17 00:00:00 2001 From: Lucas Dupin Date: Thu, 28 Oct 2021 16:05:15 -0700 Subject: [PATCH] Fix sysui-studio build ic_fingerprint had name collision with resources on the sysui folder. Test: make Bug: 194183870 Change-Id: I1f835f1809062fa4aaa3cc1c1cd347b5f7b69ee9 --- packages/SystemUI/res-keyguard/drawable/super_lock_icon.xml | 2 +- .../res/drawable/{ic_fingerprint.xml => ic_kg_fingerprint.xml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename packages/SystemUI/res/drawable/{ic_fingerprint.xml => ic_kg_fingerprint.xml} (100%) diff --git a/packages/SystemUI/res-keyguard/drawable/super_lock_icon.xml b/packages/SystemUI/res-keyguard/drawable/super_lock_icon.xml index 7f0f68f4fc06b..c58e2e3266d05 100644 --- a/packages/SystemUI/res-keyguard/drawable/super_lock_icon.xml +++ b/packages/SystemUI/res-keyguard/drawable/super_lock_icon.xml @@ -37,7 +37,7 @@ android:id="@+id/locked_fp" android:state_middle="true" android:state_single="false" - android:drawable="@drawable/ic_fingerprint" /> + android:drawable="@drawable/ic_kg_fingerprint" />