platform_vendor_tequila/config/common_full_tablet.mk

19 lines
565 B
Makefile
Raw Normal View History

$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
2024-05-25 06:08:27 +02:00
# Inherit full common tequila stuff
$(call inherit-product, vendor/tequila/config/common_full.mk)
# Required packages
PRODUCT_PACKAGES += \
LatinIME
2024-05-25 06:08:27 +02:00
# Include tequila LatinIME dictionaries
PRODUCT_PACKAGE_OVERLAYS += vendor/tequila/overlay/dictionaries
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/tequila/overlay/dictionaries
# Settings
PRODUCT_PRODUCT_PROPERTIES += \
persist.settings.large_screen_opt.enabled=true
2024-05-25 06:08:27 +02:00
$(call inherit-product, vendor/tequila/config/telephony.mk)