summaryrefslogtreecommitdiffstats
path: root/config/common_full_tv.mk
diff options
context:
space:
mode:
authorBrandon McAnsh <brandon.mcansh@gmail.com>2015-05-27 01:27:08 -0400
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-06-02 19:34:59 +0000
commit60051ef55686580a69701d6bf907d59615518b65 (patch)
tree1101167bac088a058fedf0729007a585f585f5ae /config/common_full_tv.mk
parentad91867dc8f104bf4b6200b392b06db1f2dd96ac (diff)
downloadvendor_replicant-60051ef55686580a69701d6bf907d59615518b65.zip
vendor_replicant-60051ef55686580a69701d6bf907d59615518b65.tar.gz
vendor_replicant-60051ef55686580a69701d6bf907d59615518b65.tar.bz2
config: Create TV targets (full and mini)
* To follow naming and allow proper device type makefile inclusion (phone calls _phone, tablet calls _tablet, etc.) Change-Id: Ie29548b7160ee24331d9833ff769acc82ff10e7b Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>
Diffstat (limited to 'config/common_full_tv.mk')
-rw-r--r--config/common_full_tv.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/common_full_tv.mk b/config/common_full_tv.mk
new file mode 100644
index 0000000..f7689b7
--- /dev/null
+++ b/config/common_full_tv.mk
@@ -0,0 +1,12 @@
+# Inherit common CM stuff
+$(call inherit-product, vendor/cm/config/common_full.mk)
+
+# Default notification/alarm sounds
+PRODUCT_PROPERTY_OVERRIDES += \
+ ro.config.notification_sound=Argon.ogg \
+ ro.config.alarm_alert=Helium.ogg
+
+ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
+ PRODUCT_COPY_FILES += \
+ vendor/cm/prebuilt/common/bootanimation/800.zip:system/media/bootanimation.zip
+endif