Skip to content

Commit

Permalink
Merge pull request #1 from Snuzzo/cm-10.2
Browse files Browse the repository at this point in the history
Add CarbonRom support
  • Loading branch information
Flyhalf205 committed Sep 25, 2013
2 parents adc26c7 + ead5640 commit 4d1d568
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions carbon.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Specify phone tech before including full_phone
$(call inherit-product, vendor/carbon/config/common_cdma.mk)

# Release name
PRODUCT_RELEASE_NAME := vigor

# Inherit AOSP device configuration
$(call inherit-product, device/htc/vigor/vigor.mk)

# Boot animation
TARGET_SCREEN_HEIGHT := 1280
TARGET_SCREEN_WIDTH := 720

# Inherit some common Carbon stuff.
$(call inherit-product, vendor/carbon/config/common_phone.mk)

PRODUCT_LOCALES := en_US

# Setup device specific product configuration.
PRODUCT_NAME := carbon_vigor
PRODUCT_BRAND := htc
PRODUCT_DEVICE := vigor
PRODUCT_MODEL := Rezound
PRODUCT_MANUFACTURER := HTC

PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=htc_vigor BUILD_ID=JLS36C

0 comments on commit 4d1d568

Please sign in to comment.