forked from IAmTheOneTheyCallNeo/device_htc_vigor
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcos.mk
More file actions
21 lines (16 loc) · 675 Bytes
/
cos.mk
File metadata and controls
21 lines (16 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Inherit some common COS stuff.
$(call inherit-product, vendor/cos/config/common_full_phone.mk)
$(call inherit-product, vendor/cos/config/cdma.mk)
$(call inherit-product, device/htc/vigor/vigor.mk)
# Boot animation
TARGET_SCREEN_HEIGHT := 1280
TARGET_SCREEN_WIDTH := 720
# Device naming
PRODUCT_NAME := cos_vigor
PRODUCT_BRAND := htc
PRODUCT_DEVICE := vigor
PRODUCT_MODEL := ADR6425LVW
PRODUCT_MANUFACTURER := HTC
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=htc_vigor BUILD_ID=IML74K BUILD_FINGERPRINT="verizon_wwe/htc_vigor/vigor:4.0.3/IML74K/570011.14:user/release-keys" PRIVATE_BUILD_DESC="4.05.605.14 CL570011 release-keys"
# Enable Torch
PRODUCT_PACKAGES += Torch