blob: 0896b9df3feb4c006a69f7dc42af47da655aa58f [file] [log] [blame]
Jackeagledf90b7d2019-05-26 16:39:38 +02001#
2# Copyright (C) 2018-2019 The BlissRoms Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
Jackeagle22f40f02020-10-19 04:02:33 -040017# Common Overlays
Jackeaglecf422482020-11-24 08:34:25 +010018DEVICE_PACKAGE_OVERLAYS += vendor/overlays/overlay/common
rohan27bcddb2020-04-20 06:01:36 -040019
20# Allow overlays to be excluded from enforcing RRO
Jackeagle79910832020-12-03 14:04:59 +010021PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/overlays/overlay/common
rohan27bcddb2020-04-20 06:01:36 -040022
Jackeagle22f40f02020-10-19 04:02:33 -040023# Gapps overlays
Jackeaglea3a2e1c2022-09-18 22:46:54 -040024#ifeq ($(BLISS_BUILD_VARIANT), gapps)
25#DEVICE_PACKAGE_OVERLAYS += \
26# vendor/overlays/overlay/gapps
Jackeagle79910832020-12-03 14:04:59 +010027
Jackeaglea3a2e1c2022-09-18 22:46:54 -040028#PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/overlays/overlay/gapps
29#endif
Jackeaglecf422482020-11-24 08:34:25 +010030
Jackeagle3693dbd2021-04-25 05:44:37 -040031#ifeq ($(BLISS_BUILD_VARIANT), gapps)
32#ifneq ($(filter blueline bonito coral crosshatch sunfish taimen,$(BLISS_BUILD)),)
33#DEVICE_PACKAGE_OVERLAYS += \
34# vendor/overlays/overlay/pixel
35#
36#PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/overlays/overlay/pixel
37#endif
38#endif
Anay Wadhera6bc63e92020-10-02 16:26:35 -070039
Jackeagle518d6542021-05-25 13:42:07 -040040# QS Tile styles
Jackeagle734c80b2021-10-12 08:39:19 -040041#include vendor/overlays/QSThemes/QSThemes.mk
arghyac35d81104f2021-05-25 13:50:20 -040042
43# Accents
Jackeagle734c80b2021-10-12 08:39:19 -040044#include vendor/overlays/accents/accents.mk
Jackeagleef832a32021-05-26 14:37:53 -040045
46# System themes
SagarMakhar511e2a32022-01-08 18:49:07 +000047PRODUCT_PACKAGES += \
48 AndroidBlackThemeOverlay \
Jackeagle05436c62021-05-27 02:00:57 -040049
50# Primary Colors
Jackeagle734c80b2021-10-12 08:39:19 -040051#include vendor/overlays/primary/primary_colors.mk
Jayant-Deshmukh38408ef2021-05-11 14:14:46 +053052
53# Fonts
Jackeaglef21e5cc2022-09-24 19:00:26 +020054include vendor/overlays/fonts/fonts.mk
SuperDroidBond57e1c862022-01-20 18:12:21 -050055
darkbeast699fa60102021-03-19 20:52:20 +010056# Switch Themes
Jackeagle734c80b2021-10-12 08:39:19 -040057#include vendor/overlays/switch/switches.mk
darkbeast699fa60102021-03-19 20:52:20 +010058
Advaith Bhatf7844f02021-04-26 08:57:48 +000059# Statusbar Icons Themes
Ayan Mukherjee8f40c352022-01-21 18:05:27 -050060include vendor/overlays/icons/icons.mk
Alex68fe0582020-03-06 12:48:20 -050061
62# Navbar styles
DanGLES32974b7c2021-11-25 17:29:01 +053063include vendor/overlays/navbar/navbar.mk
Jackeagled7410352021-07-13 11:30:48 +020064
65# Gvm styles
Jackeagle734c80b2021-10-12 08:39:19 -040066#include vendor/overlays/Gvm/gvm.mk
Pranav Vashi734c0e92021-08-08 01:52:02 +020067
68#Rounded Corner Styles
Jackeagle734c80b2021-10-12 08:39:19 -040069#include vendor/overlays/rounded/rounded.mk
Kshitij Gupta7b40efb2018-12-31 15:15:28 +000070
71# Cutout control overlays
Jackeagle734c80b2021-10-12 08:39:19 -040072#include vendor/overlays/NotchCity/NotchCity.mk
Alexander Koskovich680c35a2020-09-12 09:09:08 -070073
Jackeaglee89a28f2022-09-21 06:55:58 +020074# RRO Overlays
75include vendor/overlays/rro_overlays/rro_overlays.mk
SagarMakhar201fd472022-03-30 18:56:35 +020076
77# UDFPS Resources
78ifeq ($(EXTRA_UDFPS_ANIMATIONS),true)
79include vendor/overlays/UDFPS/udfps.mk
80endif
SamarV-1216621cd92023-05-01 22:11:38 +020081
82# Brightness slider styles
83PRODUCT_PACKAGES += \
84 BrightnessSliderFilledOverlay \
85 BrightnessSliderThinOverlay