config: tablet: Enable freeform and large screen support for all targets

Change-Id: I8137911f96cf2eb347d8e5012be649ddb01057f8
This commit is contained in:
Sebastiano Barezzi
2024-07-21 22:01:35 +02:00
committed by Łukasz Patron
parent 3f0c84c2c0
commit 2bf1bc81c9
5 changed files with 10 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# Inherit mobile full common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_mobile_full.mk)
# Inherit full tablet common Lineage stuff
$(call inherit-product, vendor/lineage/config/full_tablet.mk)
# Inherit tablet common Lineage stuff
$(call inherit-product, vendor/lineage/config/tablet.mk)
$(call inherit-product, vendor/lineage/config/wifionly.mk)