Skip to content

Commit

Permalink
config: tablet: Enable freeform and large screen support for all targets
Browse files Browse the repository at this point in the history
Change-Id: I8137911f96cf2eb347d8e5012be649ddb01057f8
  • Loading branch information
SebaUbuntu authored and luk1337 committed Aug 11, 2024
1 parent 3f0c84c commit 2bf1bc8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/common_full_tablet.mk
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 2 additions & 2 deletions config/common_full_tablet_wifionly.mk
Original file line number Diff line number Diff line change
@@ -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)
3 changes: 3 additions & 0 deletions config/common_mini_tablet.mk
Original file line number Diff line number Diff line change
@@ -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)
3 changes: 3 additions & 0 deletions config/common_mini_tablet_wifionly.mk
Original file line number Diff line number Diff line change
@@ -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)
File renamed without changes.

0 comments on commit 2bf1bc8

Please sign in to comment.