Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e89bdb1 authored by Sebastiano Barezzi's avatar Sebastiano Barezzi Committed by Łukasz Patron
Browse files

config: tablet: Deduplicate full tablet configuration

Change-Id: I12cc09d4fca28d063cea76301de287526bfec570
parent 82cb3dc4
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)

# Inherit mobile full common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_mobile_full.mk)

# Settings
PRODUCT_PRODUCT_PROPERTIES += \
    persist.settings.large_screen_opt.enabled=true
# Inherit full tablet common Lineage stuff
$(call inherit-product, vendor/lineage/config/full_tablet.mk)

$(call inherit-product, vendor/lineage/config/telephony.mk)
+2 −5
Original line number Diff line number Diff line
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)

# Inherit mobile full common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_mobile_full.mk)

# Settings
PRODUCT_PRODUCT_PROPERTIES += \
    persist.settings.large_screen_opt.enabled=true
# Inherit full tablet common Lineage stuff
$(call inherit-product, vendor/lineage/config/full_tablet.mk)

$(call inherit-product, vendor/lineage/config/wifionly.mk)

config/full_tablet.mk

0 → 100644
+5 −0
Original line number Diff line number Diff line
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)

# Settings
PRODUCT_PRODUCT_PROPERTIES += \
    persist.settings.large_screen_opt.enabled=true