android_vendor_crdroid/config/common_mobile_full.mk
Sebastiano Barezzi 82cb3dc497 config: Move LatinIME stuff to common_mobile*.mk
Change-Id: I5697e1cef84972a6a7f76b8c065e575e1ba17ef8
2024-08-11 16:27:47 +00:00

42 lines
897 B
Makefile

# Inherit common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_mobile.mk)
PRODUCT_SIZE := full
# Include {Lato,Rubik} fonts
$(call inherit-product-if-exists, external/google-fonts/lato/fonts.mk)
$(call inherit-product-if-exists, external/google-fonts/rubik/fonts.mk)
# Apps
PRODUCT_PACKAGES += \
Eleven \
Etar \
Profiles \
Recorder \
Seedvault
ifneq ($(PRODUCT_NO_CAMERA),true)
PRODUCT_PACKAGES += \
Aperture
endif
ifneq ($(TARGET_EXCLUDES_AUDIOFX),true)
PRODUCT_PACKAGES += \
AudioFX
endif
# Extra cmdline tools
PRODUCT_PACKAGES += \
unrar \
zstd
# Fonts
PRODUCT_PACKAGES += \
fonts_customization.xml \
FontLatoOverlay \
FontRubikOverlay
# Include Lineage LatinIME dictionaries
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay/dictionaries