Move LatinIME to phone/tablet configs
* Move LatinIME & dictionary overlay to exclude it from TV devices Change-Id: I926fe0a2c24ee3d2c807e1f584a37d57f1cbb8b5
This commit is contained in:
committed by
Gerrit Code Review
parent
ecc8b17853
commit
793385eb7e
@@ -126,7 +126,6 @@ include vendor/cm/config/themes_common.mk
|
|||||||
# Required CM packages
|
# Required CM packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
Development \
|
Development \
|
||||||
LatinIME \
|
|
||||||
BluetoothExt \
|
BluetoothExt \
|
||||||
Profiles
|
Profiles
|
||||||
|
|
||||||
|
@@ -4,9 +4,6 @@ $(call inherit-product, vendor/cm/config/common.mk)
|
|||||||
# Include CM audio files
|
# Include CM audio files
|
||||||
include vendor/cm/config/cm_audio.mk
|
include vendor/cm/config/cm_audio.mk
|
||||||
|
|
||||||
# Include CM LatinIME dictionaries
|
|
||||||
PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/dictionaries
|
|
||||||
|
|
||||||
# Optional CM packages
|
# Optional CM packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
Galaxy4 \
|
Galaxy4 \
|
||||||
|
@@ -1,6 +1,13 @@
|
|||||||
# Inherit common CM stuff
|
# Inherit common CM stuff
|
||||||
$(call inherit-product, vendor/cm/config/common_full.mk)
|
$(call inherit-product, vendor/cm/config/common_full.mk)
|
||||||
|
|
||||||
|
# Required CM packages
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
LatinIME
|
||||||
|
|
||||||
|
# Include CM LatinIME dictionaries
|
||||||
|
PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/dictionaries
|
||||||
|
|
||||||
# Default notification/alarm sounds
|
# Default notification/alarm sounds
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.config.notification_sound=Argon.ogg \
|
ro.config.notification_sound=Argon.ogg \
|
||||||
|
@@ -1,6 +1,13 @@
|
|||||||
# Inherit common CM stuff
|
# Inherit common CM stuff
|
||||||
$(call inherit-product, vendor/cm/config/common_full.mk)
|
$(call inherit-product, vendor/cm/config/common_full.mk)
|
||||||
|
|
||||||
|
# Required CM packages
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
LatinIME
|
||||||
|
|
||||||
|
# Include CM LatinIME dictionaries
|
||||||
|
PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/dictionaries
|
||||||
|
|
||||||
# Default notification/alarm sounds
|
# Default notification/alarm sounds
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.config.notification_sound=Argon.ogg \
|
ro.config.notification_sound=Argon.ogg \
|
||||||
|
@@ -4,6 +4,10 @@ $(call inherit-product, vendor/cm/config/common.mk)
|
|||||||
# Include CM audio files
|
# Include CM audio files
|
||||||
include vendor/cm/config/cm_audio.mk
|
include vendor/cm/config/cm_audio.mk
|
||||||
|
|
||||||
|
# Required CM packages
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
LatinIME
|
||||||
|
|
||||||
# Default notification/alarm sounds
|
# Default notification/alarm sounds
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.config.notification_sound=Argon.ogg \
|
ro.config.notification_sound=Argon.ogg \
|
||||||
|
@@ -4,6 +4,10 @@ $(call inherit-product, vendor/cm/config/common.mk)
|
|||||||
# Include CM audio files
|
# Include CM audio files
|
||||||
include vendor/cm/config/cm_audio.mk
|
include vendor/cm/config/cm_audio.mk
|
||||||
|
|
||||||
|
# Required CM packages
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
LatinIME
|
||||||
|
|
||||||
# Default notification/alarm sounds
|
# Default notification/alarm sounds
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.config.notification_sound=Argon.ogg \
|
ro.config.notification_sound=Argon.ogg \
|
||||||
|
Reference in New Issue
Block a user