diff options
Diffstat (limited to 'lineage.mk')
| -rw-r--r-- | lineage.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lineage.mk b/lineage.mk new file mode 100644 index 0000000..ea3ccf9 --- /dev/null +++ b/lineage.mk @@ -0,0 +1,25 @@ +# Release name +PRODUCT_RELEASE_NAME := t0lte + +# Boot animation +TARGET_SCREEN_HEIGHT := 1280 +TARGET_SCREEN_WIDTH := 720 + +# Inherit device configuration +$(call inherit-product, device/samsung/t0lte/full_t0lte.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) + +# Device identifier. This must come after all inclusions +PRODUCT_DEVICE := t0lte +PRODUCT_NAME := lineage_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.4.2/KOT49H/N7105XXUFOB2:user/release-keys" PRIVATE_BUILD_DESC="t0ltexx-user 4.4.2 KOT49H N7105XXUFOB2 release-keys" |
