forked from CyanogenMod/android_device_samsung_t0lte
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcarbon.mk
21 lines (16 loc) · 814 Bytes
/
carbon.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Specify phone tech before including full_phone
$(call inherit-product, vendor/carbon/config/common_gsm.mk)
# Release name
PRODUCT_RELEASE_NAME := t0lte
# Inherit some common CM stuff.
$(call inherit-product, vendor/carbon/config/common_phone.mk)
# Inherit device configuration
$(call inherit-product, device/samsung/t0lte/full_t0lte.mk)
# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := t0lte
PRODUCT_NAME := carbon_t0lte
PRODUCT_BRAND := samsung
PRODUCT_MODEL := GT-N7105
PRODUCT_MANUFACTURER := samsung
# Set build fingerprint / ID / Product Name ect.
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=t0lte TARGET_DEVICE=t0lte BUILD_FINGERPRINT="samsung/t0ltexx/t0lte:4.1.2/JZO54K/N7105XXDLL4:user/release-keys" PRIVATE_BUILD_DESC="t0ltexx-user 4.1.2 JZO54K N7105XXDLL4 release-keys"