diff --git a/config/common_full_tablet.mk b/config/common_full_tablet.mk index 0b46a546..52115958 100644 --- a/config/common_full_tablet.mk +++ b/config/common_full_tablet.mk @@ -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/telephony.mk) diff --git a/config/common_full_tablet_wifionly.mk b/config/common_full_tablet_wifionly.mk index 2bd34146..c88098c5 100644 --- a/config/common_full_tablet_wifionly.mk +++ b/config/common_full_tablet_wifionly.mk @@ -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) diff --git a/config/full_tablet.mk b/config/full_tablet.mk new file mode 100644 index 00000000..f2ed67ac --- /dev/null +++ b/config/full_tablet.mk @@ -0,0 +1,5 @@ +$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk) + +# Settings +PRODUCT_PRODUCT_PROPERTIES += \ + persist.settings.large_screen_opt.enabled=true