diff options
| author | 2019-03-01 13:32:28 -0800 | |
|---|---|---|
| committer | 2019-03-01 13:32:28 -0800 | |
| commit | d4904420685d2231a980651616da23d29a0daf8b (patch) | |
| tree | d206d7dfa4b0e1a1113d3e6281d70c2bd1ca057a | |
| parent | ac7f38fa2cd8c8d8a4e83af5089d0d6bf097f825 (diff) | |
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
| -rw-r--r-- | packages/SystemUI/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp index c2495b586144..94259416d274 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", |