blob: eb44be68256d15caf1e0d71437aae911300753b1 [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
24ifeq ($(BLISS_BUILD_VARIANT), gapps)
25DEVICE_PACKAGE_OVERLAYS += \
Jackeaglecf422482020-11-24 08:34:25 +010026 vendor/overlays/overlay/gapps
Jackeagle79910832020-12-03 14:04:59 +010027
28PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/overlays/overlay/gapps
Jackeagle22f40f02020-10-19 04:02:33 -040029endif
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
Jackeagle734c80b2021-10-12 08:39:19 -040047#include vendor/overlays/themes/backgrounds/system_themes.mk
Jackeagle05436c62021-05-27 02:00:57 -040048
49# Primary Colors
Jackeagle734c80b2021-10-12 08:39:19 -040050#include vendor/overlays/primary/primary_colors.mk
Jayant-Deshmukh38408ef2021-05-11 14:14:46 +053051
52# Fonts
Jackeagle734c80b2021-10-12 08:39:19 -040053#PRODUCT_PACKAGES += \
54# Custom-Fonts
darkbeast699fa60102021-03-19 20:52:20 +010055
56# 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
Jackeagle734c80b2021-10-12 08:39:19 -040060#include vendor/overlays/icons/icons.mk
Alex68fe0582020-03-06 12:48:20 -050061
62# Navbar styles
Jackeagle734c80b2021-10-12 08:39:19 -040063#include 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
74# Overlays
75PRODUCT_PACKAGES += \
76 CustomConfigOverlay \
77 CustomLauncherOverlay \
78 CustomSettingsOverlay