summaryrefslogtreecommitdiffstats
path: root/config/common_mini_tablet_wifionly.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/common_mini_tablet_wifionly.mk')
-rw-r--r--config/common_mini_tablet_wifionly.mk12
1 files changed, 2 insertions, 10 deletions
diff --git a/config/common_mini_tablet_wifionly.mk b/config/common_mini_tablet_wifionly.mk
index 5ebe2a5..fa00a63 100644
--- a/config/common_mini_tablet_wifionly.mk
+++ b/config/common_mini_tablet_wifionly.mk
@@ -1,19 +1,11 @@
# Inherit common CM stuff
-$(call inherit-product, vendor/replicant/config/common.mk)
-
-# Include CM audio files
-include vendor/replicant/config/cm_audio.mk
+$(call inherit-product, vendor/replicant/config/common_mini.mk)
# Required CM packages
PRODUCT_PACKAGES += \
LatinIME
-# Default notification/alarm sounds
-PRODUCT_PROPERTY_OVERRIDES += \
- ro.config.notification_sound=Argon.ogg \
- ro.config.alarm_alert=Helium.ogg
-
-ifeq ($(TARGET_BOOTANIMATION_NAME),)
+ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
PRODUCT_COPY_FILES += \
vendor/replicant/prebuilt/common/bootanimation/horizontal-1024x600.zip:system/media/bootanimation.zip
endif