From d4904420685d2231a980651616da23d29a0daf8b 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 Test: m -j10 SystemUI-core -> Success locally Trying to run presubmit early so that if there is any issue with bringing the dependency, I can work on it parallel. Change-Id: I939895a1e47a0c2529d97fa623f4a81937f99d3d --- 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",