diff options
| author | 2017-05-08 21:11:31 +0000 | |
|---|---|---|
| committer | 2017-05-08 21:11:37 +0000 | |
| commit | 03fbdbe6ffc769f864f62a5cd87183b9b299fe30 (patch) | |
| tree | a772f4a28e60e9aef746f6aa463f21d2ae024d66 /packages/SystemUI/Android.mk | |
| parent | f0de5cdd9ab79126efcfe56788fc9756e1d8de1d (diff) | |
| parent | ac5f02749a595d39711beb4a1defb01949eb548a (diff) | |
Merge changes from topic 'background_inflation' into oc-dev
* changes:
Fixed the contrast for low-priority notifications
Moving Row inflation to the background too
Moving the inflation to the background
Diffstat (limited to 'packages/SystemUI/Android.mk')
| -rw-r--r-- | packages/SystemUI/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/Android.mk b/packages/SystemUI/Android.mk index 5ee0c64c9591..2fd7e87a683e 100644 --- a/packages/SystemUI/Android.mk +++ b/packages/SystemUI/Android.mk @@ -31,6 +31,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-Iaidl-files-unde LOCAL_STATIC_ANDROID_LIBRARIES := \ SystemUIPluginLib \ + android-support-v4 \ android-support-v7-recyclerview \ android-support-v7-preference \ android-support-v7-appcompat \ |