Files
vendor_strix/config/common_full_tablet.mk
Sebastiano Barezzi 82cb3dc497 config: Move LatinIME stuff to common_mobile*.mk
Change-Id: I5697e1cef84972a6a7f76b8c065e575e1ba17ef8
2024-08-11 16:27:47 +00:00

11 lines
341 B
Makefile

$(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
$(call inherit-product, vendor/lineage/config/telephony.mk)