Created
July 25, 2012 14:08
-
-
Save sakuramilk/3176370 to your computer and use it in GitHub Desktop.
d2dcmのcm.mk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(call inherit-product, device/samsung/d2dcm/full_d2dcm.mk) | |
# Inherit some common CM stuff. | |
$(call inherit-product, vendor/cm/config/gsm.mk) | |
# Enhanced NFC | |
$(call inherit-product, vendor/cm/config/nfc_enhanced.mk) | |
# Inherit some common CM stuff. | |
$(call inherit-product, vendor/cm/config/common_full_phone.mk) | |
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=d2om TARGET_DEVICE=d2dcm BUILD_FINGERPRINT="samsung/d2om/d2dcm:4.0.4/IMM76D/SC06DOMALG1:user/release-keys" PRIVATE_BUILD_DESC="d2om-user 4.0.4 IMM76D SC06DOMALG1 release-keys" | |
TARGET_BOOTANIMATION_NAME := vertical-720x1280 | |
PRODUCT_NAME := cm_d2dcm | |
PRODUCT_DEVICE := d2dcm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment