Skip to content

Commit a5733c5

Browse files
committed
Add ChameleonOS support
Change-Id: Ifb2954c0368b40be83901154bdb66678edf140fb
1 parent efd3eba commit a5733c5

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

cos.mk

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Inherit some common COS stuff.
2+
$(call inherit-product, vendor/cos/config/common_full_phone.mk)
3+
$(call inherit-product, vendor/cos/config/cdma.mk)
4+
5+
$(call inherit-product, device/htc/vigor/vigor.mk)
6+
7+
# Boot animation
8+
TARGET_SCREEN_HEIGHT := 1280
9+
TARGET_SCREEN_WIDTH := 720
10+
11+
# Device naming
12+
PRODUCT_NAME := cos_vigor
13+
PRODUCT_BRAND := htc
14+
PRODUCT_DEVICE := vigor
15+
PRODUCT_MODEL := ADR6425LVW
16+
PRODUCT_MANUFACTURER := HTC
17+
18+
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"
19+
20+
# Enable Torch
21+
PRODUCT_PACKAGES += Torch

0 commit comments

Comments
 (0)