Since common_full.mk and common_mini.mk are mobile-specific, rename them Change-Id: I2c47fd0688350ac815ccecbff7b453d7fab5d5ea
19 lines
578 B
Makefile
19 lines
578 B
Makefile
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
|
|
|
# Inherit mobile full common Lineage stuff
|
|
$(call inherit-product, vendor/lineage/config/common_mobile_full.mk)
|
|
|
|
# Required packages
|
|
PRODUCT_PACKAGES += \
|
|
LatinIME
|
|
|
|
# Include Lineage LatinIME dictionaries
|
|
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries
|
|
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay/dictionaries
|
|
|
|
# Settings
|
|
PRODUCT_PRODUCT_PROPERTIES += \
|
|
persist.settings.large_screen_opt.enabled=true
|
|
|
|
$(call inherit-product, vendor/lineage/config/wifionly.mk)
|