gta4xl: Inherit only tablet-specific configs
Inheriting from phone configs is not proper since it now enables
one-handed mode support which is undesirable on tablets.
Change-Id: I76f36f913db33fc481da9cf93580709877671856
diff --git a/lineage_gta4xl.mk b/lineage_gta4xl.mk
index fc8c578..b0963b8 100644
--- a/lineage_gta4xl.mk
+++ b/lineage_gta4xl.mk
@@ -27,7 +27,7 @@
TARGET_SCREEN_WIDTH := 1200
## Inherit some common Lineage stuff
-$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
+$(call inherit-product, vendor/lineage/config/common_full_tablet.mk)
## Enable updating of APEXes
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)