config: tablet: Deduplicate full tablet configuration

Change-Id: I12cc09d4fca28d063cea76301de287526bfec570
This commit is contained in:
Sebastiano Barezzi
2024-07-21 21:04:37 +02:00
committed by Łukasz Patron
parent 82cb3dc497
commit 4e89bdb1ff
3 changed files with 9 additions and 10 deletions

View File

@@ -1,10 +1,7 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
# Inherit mobile full common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_mobile_full.mk)
# Settings
PRODUCT_PRODUCT_PROPERTIES += \
persist.settings.large_screen_opt.enabled=true
# Inherit full tablet common Lineage stuff
$(call inherit-product, vendor/lineage/config/full_tablet.mk)
$(call inherit-product, vendor/lineage/config/wifionly.mk)