Ricardo Cerqueira | e1f3738 | 2011-11-27 19:56:54 +0000 | [diff] [blame] | 1 | # Inherit common CM stuff |
Andreas Schneider | a69dc02 | 2012-08-28 12:21:46 +0200 | [diff] [blame] | 2 | $(call inherit-product, vendor/cm/config/common_full.mk) |
codeworkx | dd5be36 | 2012-03-03 02:38:07 +0100 | [diff] [blame] | 3 | |
Michael Bestas | 793385e | 2015-06-04 21:42:46 +0300 | [diff] [blame] | 4 | # Required CM packages |
| 5 | PRODUCT_PACKAGES += \ |
| 6 | LatinIME |
| 7 | |
| 8 | # Include CM LatinIME dictionaries |
| 9 | PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/dictionaries |
| 10 | |
fuzz | a278f03 | 2014-02-22 16:39:38 +0900 | [diff] [blame] | 11 | # Default notification/alarm sounds |
Ricardo Cerqueira | e1f3738 | 2011-11-27 19:56:54 +0000 | [diff] [blame] | 12 | PRODUCT_PROPERTY_OVERRIDES += \ |
Arne Coucheron | b9409b1 | 2013-06-13 01:09:31 +0200 | [diff] [blame] | 13 | ro.config.notification_sound=Argon.ogg \ |
Abhisek Devkota | 2b99918 | 2015-03-16 11:27:10 -0700 | [diff] [blame] | 14 | ro.config.alarm_alert=Helium.ogg |
Ricardo Cerqueira | e1f3738 | 2011-11-27 19:56:54 +0000 | [diff] [blame] | 15 | |
Steve Kondik | ba1ca33 | 2012-08-21 02:18:40 -0700 | [diff] [blame] | 16 | ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space)) |
Steve Kondik | a894575 | 2012-03-14 00:10:33 -0700 | [diff] [blame] | 17 | PRODUCT_COPY_FILES += \ |
Steve Kondik | ba1ca33 | 2012-08-21 02:18:40 -0700 | [diff] [blame] | 18 | vendor/cm/prebuilt/common/bootanimation/480.zip:system/media/bootanimation.zip |
Steve Kondik | a894575 | 2012-03-14 00:10:33 -0700 | [diff] [blame] | 19 | endif |
Shareef Ali | 413017b | 2013-06-06 18:52:10 -0500 | [diff] [blame] | 20 | |
Ricardo Cerqueira | 53df1df | 2013-10-29 17:48:25 +0000 | [diff] [blame] | 21 | $(call inherit-product, vendor/cm/config/telephony.mk) |