Loading config/common_full_tablet.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/telephony.mk) config/common_full_tablet_wifionly.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 Loading
config/common_full_tablet.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/telephony.mk)
config/common_full_tablet_wifionly.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