SettingsGoogleTangorproOverlay - Disables WiFi hotspot & Sim settings, adds tablet lottie animations, etc. TitanSettingsOverlay - Enables communal settings (Hub Mode Settings), etc. TitanSettingsProviderOverlay - Sets default screen timeout to 120 seconds & enables dock sounds by default. TitanSysuiConfigOverlay - Enables full screen user switcher, sets keyguard affordance dimens, and sets various dock/communal components. etc. [npjohnson]: Guard TitanSettingsOverlay with GMS property to prevent crashes without GMS. Change-Id: Ieabe0e569edffe0c9bb5787f03a98adb5df355dd Signed-off-by: AnierinB <anierin@evolution-x.org>
38 lines
803 B
Makefile
38 lines
803 B
Makefile
#
|
|
# SPDX-FileCopyrightText: 2021-2024 The LineageOS Project
|
|
# SPDX-FileCopyrightText: 2021-2024 The Calyx Institute
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
DEVICE_PACKAGE_OVERLAYS += $(DEVICE_PATH)/overlay-lineage
|
|
|
|
# ANGLE - Almost Native Graphics Layer Engine
|
|
PRODUCT_PACKAGES += \
|
|
ANGLE
|
|
|
|
# RRO
|
|
PRODUCT_PACKAGES += \
|
|
GrilRadioCustomizableNoRadio \
|
|
SettingsGoogleTangorproOverlay \
|
|
TangorproGMSOverlay \
|
|
TitanSettingsOverlay \
|
|
TitanSettingsProviderOverlay \
|
|
TitanSysuiConfigOverlay
|
|
|
|
# Build necessary packages for vendor
|
|
|
|
# Codec2
|
|
PRODUCT_PACKAGES += \
|
|
libacryl \
|
|
libacryl_hdr_plugin \
|
|
libexynosv4l2
|
|
|
|
# Graphics
|
|
PRODUCT_PACKAGES += \
|
|
libEGL_angle \
|
|
libGLESv1_CM_angle \
|
|
libGLESv2_angle
|
|
|
|
# Sensors
|
|
PRODUCT_PACKAGES += \
|
|
sensors.dynamic_sensor_hal
|