5fff206e72
This was set to true by default prior to U QPR2. Test: Open settings and notice that dual pane layout is back Change-Id: Ide44ecbe7e30d6bf26d9c9358e46c71b35c66250
18 lines
564 B
Makefile
18 lines
564 B
Makefile
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
|
|
|
# Inherit full common Lineage stuff
|
|
$(call inherit-product, vendor/lineage/config/common_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)
|