diff options
author | 2020-05-19 20:16:47 -0700 | |
---|---|---|
committer | 2020-06-02 12:10:52 -0700 | |
commit | 5a3e17d1532e56910bfbcdb69709fcd678a72c7c (patch) | |
tree | 054a6f5393e9a42988dc8f618c7c50d9ce1a61ad /packages/CarSystemUI/Android.bp | |
parent | cc1937581a6f55592fa19e265b6a89aac22ded78 (diff) |
Add rotary support to the nav bar and HUN.
Add a FocusParkingView to the navigation bar and the heads-up
notification window. Add a dependency on the Chassis UI library.
Make the nav buttons have a blue background, or whatever color
the OEM specifies for the focus highlight.
Test: atest com.android.systemui.car.navigationbar.CarNavigationButtonTest
Bug: 155681517
Change-Id: Ia33c7692554c15427e429ecdba3bc978224ff129
Diffstat (limited to 'packages/CarSystemUI/Android.bp')
-rw-r--r-- | packages/CarSystemUI/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/CarSystemUI/Android.bp b/packages/CarSystemUI/Android.bp index 2a8a39a1fe1a..32b33a758535 100644 --- a/packages/CarSystemUI/Android.bp +++ b/packages/CarSystemUI/Android.bp @@ -32,6 +32,7 @@ android_library { "SystemUIPluginLib", "SystemUISharedLib", "SettingsLib", + "car-ui-lib", "android.car.userlib", "androidx.legacy_legacy-support-v4", "androidx.recyclerview_recyclerview", @@ -95,6 +96,7 @@ android_library { "androidx.slice_slice-builders", "androidx.arch.core_core-runtime", "androidx.lifecycle_lifecycle-extensions", + "car-ui-lib", "SystemUI-tags", "SystemUI-proto", "metrics-helper-lib", |