config: Move LatinIME stuff to common_mobile*.mk
Change-Id: I5697e1cef84972a6a7f76b8c065e575e1ba17ef8
This commit is contained in:
committed by
Łukasz Patron
parent
799d122416
commit
82cb3dc497
@@ -1,14 +1,6 @@
|
|||||||
# 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)
|
||||||
|
|
||||||
# Required packages
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
LatinIME
|
|
||||||
|
|
||||||
# Include Lineage LatinIME dictionaries
|
|
||||||
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries
|
|
||||||
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay/dictionaries
|
|
||||||
|
|
||||||
# Enable support of one-handed mode
|
# Enable support of one-handed mode
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
ro.support_one_handed_mode?=true
|
ro.support_one_handed_mode?=true
|
||||||
|
@@ -3,14 +3,6 @@ $(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)
|
||||||
|
|
||||||
# Required packages
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
LatinIME
|
|
||||||
|
|
||||||
# Include Lineage LatinIME dictionaries
|
|
||||||
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries
|
|
||||||
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay/dictionaries
|
|
||||||
|
|
||||||
# Settings
|
# Settings
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
persist.settings.large_screen_opt.enabled=true
|
persist.settings.large_screen_opt.enabled=true
|
||||||
|
@@ -3,14 +3,6 @@ $(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)
|
||||||
|
|
||||||
# Required packages
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
LatinIME
|
|
||||||
|
|
||||||
# Include Lineage LatinIME dictionaries
|
|
||||||
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries
|
|
||||||
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay/dictionaries
|
|
||||||
|
|
||||||
# Settings
|
# Settings
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
persist.settings.large_screen_opt.enabled=true
|
persist.settings.large_screen_opt.enabled=true
|
||||||
|
@@ -1,8 +1,4 @@
|
|||||||
# Inherit mobile mini common Lineage stuff
|
# Inherit mobile mini common Lineage stuff
|
||||||
$(call inherit-product, vendor/lineage/config/common_mobile_mini.mk)
|
$(call inherit-product, vendor/lineage/config/common_mobile_mini.mk)
|
||||||
|
|
||||||
# Required packages
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
LatinIME
|
|
||||||
|
|
||||||
$(call inherit-product, vendor/lineage/config/telephony.mk)
|
$(call inherit-product, vendor/lineage/config/telephony.mk)
|
||||||
|
@@ -1,8 +1,4 @@
|
|||||||
# Inherit mobile mini common Lineage stuff
|
# Inherit mobile mini common Lineage stuff
|
||||||
$(call inherit-product, vendor/lineage/config/common_mobile_mini.mk)
|
$(call inherit-product, vendor/lineage/config/common_mobile_mini.mk)
|
||||||
|
|
||||||
# Required packages
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
LatinIME
|
|
||||||
|
|
||||||
$(call inherit-product, vendor/lineage/config/telephony.mk)
|
$(call inherit-product, vendor/lineage/config/telephony.mk)
|
||||||
|
@@ -1,8 +1,4 @@
|
|||||||
# Inherit mobile mini common Lineage stuff
|
# Inherit mobile mini common Lineage stuff
|
||||||
$(call inherit-product, vendor/lineage/config/common_mobile_mini.mk)
|
$(call inherit-product, vendor/lineage/config/common_mobile_mini.mk)
|
||||||
|
|
||||||
# Required packages
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
LatinIME
|
|
||||||
|
|
||||||
$(call inherit-product, vendor/lineage/config/wifionly.mk)
|
$(call inherit-product, vendor/lineage/config/wifionly.mk)
|
||||||
|
@@ -16,7 +16,8 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||||||
# Apps
|
# Apps
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
Backgrounds \
|
Backgrounds \
|
||||||
Glimpse
|
Glimpse \
|
||||||
|
LatinIME
|
||||||
|
|
||||||
ifeq ($(PRODUCT_TYPE), go)
|
ifeq ($(PRODUCT_TYPE), go)
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
@@ -35,3 +35,7 @@ PRODUCT_PACKAGES += \
|
|||||||
fonts_customization.xml \
|
fonts_customization.xml \
|
||||||
FontLatoOverlay \
|
FontLatoOverlay \
|
||||||
FontRubikOverlay
|
FontRubikOverlay
|
||||||
|
|
||||||
|
# Include Lineage LatinIME dictionaries
|
||||||
|
PRODUCT_PACKAGE_OVERLAYS += vendor/lineage/overlay/dictionaries
|
||||||
|
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay/dictionaries
|
||||||
|
Reference in New Issue
Block a user