This enables 2-pane layout in Settings for Android 12L. Change-Id: I57af5b876c2c33897bf4047a70c10750785a3c76
13 lines
353 B
Makefile
13 lines
353 B
Makefile
# Inherit full common Lineage stuff
|
|
$(call inherit-product, vendor/lineage/config/common_full.mk)
|
|
|
|
# Required packages
|
|
PRODUCT_PACKAGES += \
|
|
androidx.window.extensions \
|
|
LatinIME
|
|
|
|
# Include Lineage LatinIME dictionaries
|
|
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries
|
|
|
|
$(call inherit-product, vendor/lineage/config/telephony.mk)
|