summaryrefslogtreecommitdiffstats
path: root/products/replicant_desirec.mk
blob: 133709d13b5c6acab70f10ee0b3cafee87f6b644 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Inherit AOSP device configuration for desirec.
$(call inherit-product, device/htc/desirec/device_desirec.mk)

# Inherit some common cyanogenmod stuff.
$(call inherit-product, vendor/replicant/products/common_full.mk)

# Inherit apns list from common
$(call inherit-product, vendor/replicant/products/gsm.mk)

#
# Setup device specific product configuration.
#
PRODUCT_NAME := replicant_desirec
PRODUCT_BRAND := verizon
PRODUCT_DEVICE := desirec
PRODUCT_MODEL := ERIS
PRODUCT_MANUFACTURER := HTC
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_ID=GRI40 BUILD_FINGERPRINT=google/passion/passion:2.3.3/GRI40/102588:user/release-keys PRIVATE_BUILD_DESC="passion-user 2.3.3 GRI40 102588 release-keys"

# Use Prebuilt kernel from desirec device tree
PRODUCT_SPECIFIC_DEFINES += TARGET_PREBUILT_KERNEL=device/htc/desirec/kernel

# Extra overlay for Gallery3D orientation hack
PRODUCT_PACKAGE_OVERLAYS += vendor/replicant/overlay/heroc

# Enable Windows Media
WITH_WINDOWS_MEDIA := true

# Release name and versioning
PRODUCT_RELEASE_NAME := Eris
PRODUCT_VERSION_DEVICE_SPECIFIC :=
-include vendor/replicant/products/common_versions.mk

#
# Copy dream/sapphire specific prebuilt files
#
PRODUCT_COPY_FILES +=  \
    vendor/replicant/prebuilt/mdpi/media/bootanimation.zip:system/media/bootanimation.zip