diff --git a/config/common_full_tablet.mk b/config/common_full_tablet.mk index 52115958ae..c837d2131a 100644 --- a/config/common_full_tablet.mk +++ b/config/common_full_tablet.mk @@ -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/telephony.mk) diff --git a/config/common_full_tablet_wifionly.mk b/config/common_full_tablet_wifionly.mk index c88098c5f7..a7a07f7948 100644 --- a/config/common_full_tablet_wifionly.mk +++ b/config/common_full_tablet_wifionly.mk @@ -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) diff --git a/config/common_mini_tablet.mk b/config/common_mini_tablet.mk index 4c79bfa418..addd0a57a4 100644 --- a/config/common_mini_tablet.mk +++ b/config/common_mini_tablet.mk @@ -1,4 +1,7 @@ # Inherit mobile mini common Lineage stuff $(call inherit-product, vendor/lineage/config/common_mobile_mini.mk) +# Inherit tablet common Lineage stuff +$(call inherit-product, vendor/lineage/config/tablet.mk) + $(call inherit-product, vendor/lineage/config/telephony.mk) diff --git a/config/common_mini_tablet_wifionly.mk b/config/common_mini_tablet_wifionly.mk index cfbc090c4b..8f6d16e3d8 100644 --- a/config/common_mini_tablet_wifionly.mk +++ b/config/common_mini_tablet_wifionly.mk @@ -1,4 +1,7 @@ # Inherit mobile mini common Lineage stuff $(call inherit-product, vendor/lineage/config/common_mobile_mini.mk) +# Inherit tablet common Lineage stuff +$(call inherit-product, vendor/lineage/config/tablet.mk) + $(call inherit-product, vendor/lineage/config/wifionly.mk) diff --git a/config/full_tablet.mk b/config/tablet.mk similarity index 100% rename from config/full_tablet.mk rename to config/tablet.mk