summaryrefslogtreecommitdiffstats
path: root/lineage.mk
blob: 89f2aedcd6b2457c4b9eeda6295116f2031801fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Release name
PRODUCT_RELEASE_NAME := GN-GSM

# Boot animation
TARGET_BOOTANIMATION_NAME := vertical-720x1280

# Inherit some common Lineage stuff.
$(call inherit-product, vendor/replicant/config/common_mini_phone.mk)

# Enhanced NFC
$(call inherit-product, vendor/replicant/config/nfc_enhanced.mk)

# Inherit device configuration
$(call inherit-product, device/samsung/maguro/aosp_maguro.mk)

## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := maguro
PRODUCT_NAME := replicant_maguro
PRODUCT_BRAND := google
PRODUCT_MODEL := Galaxy Nexus
PRODUCT_MANUFACTURER := samsung

#Set build fingerprint / ID / Product Name ect.
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=yakju BUILD_FINGERPRINT="google/yakju/maguro:4.3/JWR66Y/776638:user/release-keys" PRIVATE_BUILD_DESC="yakju-user 4.3 JWR66Y 776638 release-keys"