Files
vendor_strix/config/common_full_tablet.mk
Tim Zimmermann e15a636303 config: Include androidx.window.extensions in tablet builds
This enables 2-pane layout in Settings for Android 12L.

Change-Id: I57af5b876c2c33897bf4047a70c10750785a3c76
2022-03-13 00:00:31 +01:00

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)