replicant-vendor_replicant/config/common_full_tablet_wifionly.mk

18 lines
556 B
Makefile
Raw Normal View History

2011-11-25 23:47:59 +00:00
# Inherit common CM stuff
$(call inherit-product, vendor/cm/config/common_full.mk)
2011-11-25 23:47:59 +00:00
# Default ringtone
PRODUCT_PROPERTY_OVERRIDES += \
ro.config.ringtone=Orion.ogg \
ro.config.notification_sound=Deneb.ogg \
ro.config.alarm_alert=Hassium.ogg
# BT config
PRODUCT_COPY_FILES += \
system/bluetooth/data/main.nonsmartphone.conf:system/etc/bluetooth/main.conf
ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
PRODUCT_COPY_FILES += \
vendor/cm/prebuilt/common/bootanimation/800.zip:system/media/bootanimation.zip
endif