-
Notifications
You must be signed in to change notification settings - Fork 684
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: tablet: Enable freeform and large screen support for all targets
Change-Id: I8137911f96cf2eb347d8e5012be649ddb01057f8
- Loading branch information
1 parent
3f0c84c
commit 2bf1bc8
Showing
5 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.