config: Include androidx.window.extensions in tablet builds
This enables 2-pane layout in Settings for Android 12L. Change-Id: I57af5b876c2c33897bf4047a70c10750785a3c76
This commit is contained in:
committed by
Michael Bestas
parent
d0b3a4af0f
commit
e15a636303
@@ -3,6 +3,7 @@ $(call inherit-product, vendor/lineage/config/common_full.mk)
|
|||||||
|
|
||||||
# Required packages
|
# Required packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
androidx.window.extensions \
|
||||||
LatinIME
|
LatinIME
|
||||||
|
|
||||||
# Include Lineage LatinIME dictionaries
|
# Include Lineage LatinIME dictionaries
|
||||||
|
@@ -3,6 +3,7 @@ $(call inherit-product, vendor/lineage/config/common_full.mk)
|
|||||||
|
|
||||||
# Required packages
|
# Required packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
androidx.window.extensions \
|
||||||
LatinIME
|
LatinIME
|
||||||
|
|
||||||
# Include Lineage LatinIME dictionaries
|
# Include Lineage LatinIME dictionaries
|
||||||
|
@@ -3,6 +3,7 @@ $(call inherit-product, vendor/lineage/config/common_mini.mk)
|
|||||||
|
|
||||||
# Required packages
|
# Required packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
androidx.window.extensions \
|
||||||
LatinIME
|
LatinIME
|
||||||
|
|
||||||
$(call inherit-product, vendor/lineage/config/telephony.mk)
|
$(call inherit-product, vendor/lineage/config/telephony.mk)
|
||||||
|
@@ -3,4 +3,5 @@ $(call inherit-product, vendor/lineage/config/common_mini.mk)
|
|||||||
|
|
||||||
# Required packages
|
# Required packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
androidx.window.extensions \
|
||||||
LatinIME
|
LatinIME
|
||||||
|
Reference in New Issue
Block a user