blob: db5c6070cd675aa61aceb9432e8b7cb73c36777d [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
Jackeagle6022e252021-10-24 13:09:17 -040029
30# Google Overlays
31PRODUCT_PACKAGES += \
32 CaptivePortalLoginOverlay \
33 CellBroadcastServiceOverlay \
34 GoogleConfigOverlay \
35 GooglePermissionControllerOverlay \
36 GoogleWebViewOverlay \
37 ManagedProvisioningPixelOverlay \
38 ManagedProvisioningPixelOverlay \
39 PixelConfigOverlay2018 \
40 PixelConfigOverlay2019 \
41 PixelConfigOverlay2019Midyear \
42 PixelConfigOverlayCommon \
43 PixelSetupWizardOverlayAosp \
44 PixelTetheringOverlay \
45 SettingsGoogleOverlayAosp
Jackeagle22f40f02020-10-19 04:02:33 -040046endif
Jackeaglecf422482020-11-24 08:34:25 +010047
Jackeagle3693dbd2021-04-25 05:44:37 -040048#ifeq ($(BLISS_BUILD_VARIANT), gapps)
49#ifneq ($(filter blueline bonito coral crosshatch sunfish taimen,$(BLISS_BUILD)),)
50#DEVICE_PACKAGE_OVERLAYS += \
51# vendor/overlays/overlay/pixel
52#
53#PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/overlays/overlay/pixel
54#endif
55#endif
Anay Wadhera6bc63e92020-10-02 16:26:35 -070056
Jackeagle518d6542021-05-25 13:42:07 -040057# QS Tile styles
Jackeagle734c80b2021-10-12 08:39:19 -040058#include vendor/overlays/QSThemes/QSThemes.mk
arghyac35d81104f2021-05-25 13:50:20 -040059
60# Accents
Jackeagle734c80b2021-10-12 08:39:19 -040061#include vendor/overlays/accents/accents.mk
Jackeagleef832a32021-05-26 14:37:53 -040062
63# System themes
Jackeagle734c80b2021-10-12 08:39:19 -040064#include vendor/overlays/themes/backgrounds/system_themes.mk
Jackeagle05436c62021-05-27 02:00:57 -040065
66# Primary Colors
Jackeagle734c80b2021-10-12 08:39:19 -040067#include vendor/overlays/primary/primary_colors.mk
Jayant-Deshmukh38408ef2021-05-11 14:14:46 +053068
69# Fonts
Jackeagle734c80b2021-10-12 08:39:19 -040070#PRODUCT_PACKAGES += \
71# Custom-Fonts
darkbeast699fa60102021-03-19 20:52:20 +010072
73# Switch Themes
Jackeagle734c80b2021-10-12 08:39:19 -040074#include vendor/overlays/switch/switches.mk
darkbeast699fa60102021-03-19 20:52:20 +010075
Advaith Bhatf7844f02021-04-26 08:57:48 +000076# Statusbar Icons Themes
Jackeagle734c80b2021-10-12 08:39:19 -040077#include vendor/overlays/icons/icons.mk
Alex68fe0582020-03-06 12:48:20 -050078
79# Navbar styles
Jackeagle734c80b2021-10-12 08:39:19 -040080#include vendor/overlays/navbar/navbar.mk
Jackeagled7410352021-07-13 11:30:48 +020081
82# Gvm styles
Jackeagle734c80b2021-10-12 08:39:19 -040083#include vendor/overlays/Gvm/gvm.mk
Pranav Vashi734c0e92021-08-08 01:52:02 +020084
85#Rounded Corner Styles
Jackeagle734c80b2021-10-12 08:39:19 -040086#include vendor/overlays/rounded/rounded.mk
Kshitij Gupta7b40efb2018-12-31 15:15:28 +000087
88# Cutout control overlays
Jackeagle734c80b2021-10-12 08:39:19 -040089#include vendor/overlays/NotchCity/NotchCity.mk
Alexander Koskovich680c35a2020-09-12 09:09:08 -070090
91# Overlays
92PRODUCT_PACKAGES += \
93 CustomConfigOverlay \
94 CustomLauncherOverlay \
95 CustomSettingsOverlay