From 5347a54a3de6b82b729ff58b6c682717df044d44 Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Fri, 1 Mar 2019 13:32:28 -0800 Subject: [PATCH] iconloader dependency in SystemUI-core Bug: 129158983 Change-Id: I678fbf734d158eadff365262225e6e8802d7ef4e Test: m -j10 SystemUI-core -> Success locally --- packages/SystemUI/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp index c2495b586144d..94259416d274a 100644 --- a/packages/SystemUI/Android.bp +++ b/packages/SystemUI/Android.bp @@ -58,6 +58,7 @@ android_library { "androidx.arch.core_core-runtime", "androidx.lifecycle_lifecycle-extensions", "androidx.dynamicanimation_dynamicanimation", + "iconloader_base", "SystemUI-tags", "SystemUI-proto", "dagger2-2.19",