From 0f66a4cc16ec1a927c90ac559c73c80ddcb5ee71 Mon Sep 17 00:00:00 2001 From: Selim Cinek Date: Fri, 28 Apr 2017 19:26:28 -0700 Subject: Moving Row inflation to the background too Previously only the contentview inflation was on the background, now the inflation of the row is too. Test: runtest systemui Bug: 34888292 Change-Id: I3adc6b3311217421c9de5c37794397b8a3fd665d --- packages/SystemUI/Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/SystemUI/Android.mk') 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 \ -- cgit v1.2.3-59-g8ed1b