summaryrefslogtreecommitdiff
path: root/doze/Android.mk
diff options
context:
space:
mode:
authorBruno Martins <bgcngm@gmail.com>2020-01-18 19:04:13 +0000
committerMichael Bestas <mkbestas@lineageos.org>2020-12-20 18:54:58 +0200
commita4a4a9e4296bd8891d67f8bf4e362239772f9859 (patch)
treef40f1c24b8dc44beef302324ffe7063ff8e900eb /doze/Android.mk
parentd601fba4350ec4c9ca2755068afd8e97c9b86cc6 (diff)
sdm660-common: doze: Fix dark theme issues
This brings SwitchBar widget inline with 10 and fixes the theme issues when the dark mode is enabled. Change-Id: I6909b77bc649eb9eb760bf01b46f66570363e9d9
Diffstat (limited to 'doze/Android.mk')
-rw-r--r--doze/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/doze/Android.mk b/doze/Android.mk
index e72c9b5..817df97 100644
--- a/doze/Android.mk
+++ b/doze/Android.mk
@@ -22,4 +22,6 @@ LOCAL_RESOURCE_DIR := \
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
+include frameworks/base/packages/SettingsLib/common.mk
+
include $(BUILD_PACKAGE)