The global actions overlay cannot be controlled by a controller, so should not be available on atv. Change-Id: I1849d8f07abd1794ab613368354dadebd88331c8 (cherry picked from commit 00311ddb04cef25418ba03bc561bee65d4158704)
86 lines
2.1 KiB
Makefile
86 lines
2.1 KiB
Makefile
# Inherit common mobile Lineage stuff
|
|
$(call inherit-product, vendor/lineage/config/common.mk)
|
|
|
|
# Apps
|
|
PRODUCT_PACKAGES += \
|
|
Backgrounds
|
|
|
|
ifeq ($(PRODUCT_TYPE), go)
|
|
PRODUCT_PACKAGES += \
|
|
TrebuchetQuickStepGo
|
|
|
|
PRODUCT_DEXPREOPT_SPEED_APPS += \
|
|
TrebuchetQuickStepGo
|
|
else
|
|
PRODUCT_PACKAGES += \
|
|
TrebuchetQuickStep
|
|
|
|
PRODUCT_DEXPREOPT_SPEED_APPS += \
|
|
TrebuchetQuickStep
|
|
endif
|
|
|
|
PRODUCT_PACKAGES += \
|
|
TrebuchetOverlay
|
|
|
|
# Charger
|
|
PRODUCT_PACKAGES += \
|
|
charger_res_images
|
|
|
|
ifneq ($(WITH_LINEAGE_CHARGER),false)
|
|
PRODUCT_PACKAGES += \
|
|
lineage_charger_animation \
|
|
lineage_charger_animation_vendor
|
|
endif
|
|
|
|
# Customizations
|
|
PRODUCT_PACKAGES += \
|
|
IconPackCircularAndroidOverlay \
|
|
IconPackCircularLauncherOverlay \
|
|
IconPackCircularSettingsOverlay \
|
|
IconPackCircularSystemUIOverlay \
|
|
IconPackFilledAndroidOverlay \
|
|
IconPackFilledLauncherOverlay \
|
|
IconPackFilledSettingsOverlay \
|
|
IconPackFilledSystemUIOverlay \
|
|
IconPackKaiAndroidOverlay \
|
|
IconPackKaiLauncherOverlay \
|
|
IconPackKaiSettingsOverlay \
|
|
IconPackKaiSystemUIOverlay \
|
|
IconPackRoundedAndroidOverlay \
|
|
IconPackRoundedLauncherOverlay \
|
|
IconPackRoundedSettingsOverlay \
|
|
IconPackRoundedSystemUIOverlay \
|
|
IconPackSamAndroidOverlay \
|
|
IconPackSamLauncherOverlay \
|
|
IconPackSamSettingsOverlay \
|
|
IconPackSamSystemUIOverlay \
|
|
IconPackVictorAndroidOverlay \
|
|
IconPackVictorLauncherOverlay \
|
|
IconPackVictorSettingsOverlay \
|
|
IconPackVictorSystemUIOverlay \
|
|
IconShapePebbleOverlay \
|
|
IconShapeRoundedRectOverlay \
|
|
IconShapeSquareOverlay \
|
|
IconShapeSquircleOverlay \
|
|
IconShapeTaperedRectOverlay \
|
|
IconShapeTeardropOverlay \
|
|
IconShapeVesselOverlay \
|
|
LineageNavigationBarNoHint \
|
|
NavigationBarMode2ButtonOverlay
|
|
|
|
# Media
|
|
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
|
media.recorder.show_manufacturer_and_model=true
|
|
|
|
# SystemUI plugins
|
|
PRODUCT_PACKAGES += \
|
|
QuickAccessWallet
|
|
|
|
# Themes
|
|
PRODUCT_PACKAGES += \
|
|
LineageBlackTheme \
|
|
ThemePicker \
|
|
ThemesStub
|
|
|
|
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/mobile
|