-
Notifications
You must be signed in to change notification settings - Fork 10
/
ev.mk
44 lines (33 loc) · 1.47 KB
/
ev.mk
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
39
40
41
42
43
# Inherit AOSP device configuration for jewel
$(call inherit-product, device/htc/jewel/jewel.mk)
# Inherit cdma config
$(call inherit-product, vendor/ev/config/cdma.mk)
# Inherit some common evervolv stuff.
$(call inherit-product, vendor/ev/config/common_full_phone.mk)
#
# Setup device specific product configuration.
#
PRODUCT_DEVICE := jewel
PRODUCT_NAME := ev_jewel
PRODUCT_BRAND := htc
PRODUCT_MODEL := EVO
PRODUCT_MANUFACTURER := HTC
# Set build fingerprint / ID / Product Name ect.
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=jewel BUILD_ID=JRO03C BUILD_FINGERPRINT="htc/jewel/jewel:4.1.1/JRO03C/147243.3:user/release-keys" PRIVATE_BUILD_DESC="3.16.651.3 CL147243 release-keys"
# Set up the product codename, build version & MOTD.
PRODUCT_CODENAME := Bellus
PRODUCT_MOTD :="\n\n\n--------------------MESSAGE---------------------\nThank you for choosing Evervolv for your HTC Evo 4G LTE!\nPlease visit us at \#evervolv on irc.freenode.net\nFollow @preludedrew for the latest Evervolv updates\nGet the latest rom at evervolv.com\n------------------------------------------------\n"
PRODUCT_PACKAGES += \
Camera
# Copy compatible prebuilt files
PRODUCT_COPY_FILES += \
vendor/ev/prebuilt/720p/media/bootanimation.zip:system/media/bootanimation.zip
# qHD overlay
PRODUCT_PACKAGE_OVERLAYS += \
vendor/ev/overlay/720p
# Hot reboot
PRODUCT_PACKAGE_OVERLAYS += \
vendor/ev/overlay/hot_reboot
# USB
ADDITIONAL_DEFAULT_PROPERTIES += \
persist.sys.usb.config=mass_storage