config: tablet: Deduplicate full tablet configuration
Change-Id: I12cc09d4fca28d063cea76301de287526bfec570
This commit is contained in:
committed by
Łukasz Patron
parent
82cb3dc497
commit
4e89bdb1ff
@@ -1,10 +1,7 @@
|
|||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
|
||||||
|
|
||||||
# Inherit mobile full common Lineage stuff
|
# Inherit mobile full common Lineage stuff
|
||||||
$(call inherit-product, vendor/lineage/config/common_mobile_full.mk)
|
$(call inherit-product, vendor/lineage/config/common_mobile_full.mk)
|
||||||
|
|
||||||
# Settings
|
# Inherit full tablet common Lineage stuff
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
$(call inherit-product, vendor/lineage/config/full_tablet.mk)
|
||||||
persist.settings.large_screen_opt.enabled=true
|
|
||||||
|
|
||||||
$(call inherit-product, vendor/lineage/config/telephony.mk)
|
$(call inherit-product, vendor/lineage/config/telephony.mk)
|
||||||
|
@@ -1,10 +1,7 @@
|
|||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
|
||||||
|
|
||||||
# Inherit mobile full common Lineage stuff
|
# Inherit mobile full common Lineage stuff
|
||||||
$(call inherit-product, vendor/lineage/config/common_mobile_full.mk)
|
$(call inherit-product, vendor/lineage/config/common_mobile_full.mk)
|
||||||
|
|
||||||
# Settings
|
# Inherit full tablet common Lineage stuff
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
$(call inherit-product, vendor/lineage/config/full_tablet.mk)
|
||||||
persist.settings.large_screen_opt.enabled=true
|
|
||||||
|
|
||||||
$(call inherit-product, vendor/lineage/config/wifionly.mk)
|
$(call inherit-product, vendor/lineage/config/wifionly.mk)
|
||||||
|
5
config/full_tablet.mk
Normal file
5
config/full_tablet.mk
Normal file
@@ -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
|
Reference in New Issue
Block a user